Hi all--
I want to use dm_session_dd_locale as part of a where-condition within DQL-statements.
Therefore, I first added data dictionary information for the locale "de_CH" into the docbase. After this dm_docbase_config.dd_locales contains "de_CH".
I'm trying to set and get the locale for Swizz German in JAVA:
--------------------------
IDfSessionManager _sessionMgr = _session.getSessionManager();
_sessionMgr.getConfig().setLocale("de_CH");
String locale = _sessionMgr.getLocale();
--------------------------
locale always returns "de".
Where am I wrong?
Any hint appreciated...
Carsten