Setting LOCALE_STRING in Java RPC client

I need to set dinamicely the LOCALE STRING in JAVA RPC application .
The only thing I found was to use the setEnvironment method (part of BrokerService class).
:confused: But this doesn’t work …
What am I missing ?
Can I do this otherwise ?

Hi Mona,

check the JavaDoc of the BrokerService class.
There is a method useCodePage and with version 7.2 there is an additonal method setCharacterEncoding.
See also the chapter Using Internationalization with Java ACI (which is also valid for Java RPC) in the 7.2 documentation.

Kind regards,
Rolf