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.