Skip to Content
0
Former Member
May 15, 2008 at 02:43 AM

Setting JCO Connection Locale dynamically

28 Views

Hi all,

I am trying to set the locale of the jco connection programatically by using this.

IWDJCOClientConnection myJCOClientConnection = WDSystemLandscape.getJCOClientConnection("WD_TEST_MODELDATA_DEST");
myJCOClientConnection.setLanguage(Locale.ENGLISH);
myJCOClientConnection.release();
WDSystemLandscape.invalidateCache();

However when i go to the content administrator, the language did not change to English.

Appreciate any advice.