cancel
Showing results for 
Search instead for 
Did you mean: 

Setting JCO Connection Locale dynamically

Former Member
0 Kudos

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.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Refer to the following blog which might help you.

Dynamic Jco creation:

/people/anilkumar.vippagunta2/blog/2007/02/06/dynamic-jco-creation

Thanks n Regards,

Jhansi Miryala