An example of BiDiStringTransformation API illustrates how to create bidirectional language transformation of a string.
The BiDiStringTransformation API has the following signature:
String inputString = "Hello world"; String inputBiDiFormat = "ILYNN"; String outputBiDiFormat = "VLYNN"; String outputString = WBIBiDiTransformation.BiDiStringTransformation(inputString, inputBiDiFormat, outputBiDiFormat);
For an example of bidirectional language transformation of a string, refer to the BiDiStringTransformation API example on the CD labeled WebSphere Process Server for Multiplatforms CD 2 or at the IBM passport site.
Parent topic: Examples