Hi,
jllort Thanks, It's works:)
Hi,
jllort Thanks, It's works:)
Hi,
After changeing language in Tools->Languages, Cookie Not set!
Is this a bug?
Hi,
How can I get current Language in Java Source Code of openKM?
I am trying
Locale locale = pageContext.getRequest().getLocale();
String lang = locale.getLanguage() + "-" + locale.getCountry() + "(" +locale.getDisplayLanguage() + ")";
but this code always shows "en-US(English)"