Hi friends,
I need a WDK component java code line to get the language interface that the user selected in Webtop login.
Any help
Andre
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
com.documentum.web.common.LocaleService.getLocale()
An instance of the session manager would get you the selected locale. i.e.
IDfSessionManager.getLocale(), will tell you which language is selected.
The getLocale() gets the value "en" , but I want the value "en_US".
How can I get this value from WDK java class?