Closed wouter-rombouts closed 1 year ago
I think the localization of Select2 should also depend (or only depend) on the APEX Session APEX_UTIL.GET_SESSION_LANG
because an APEX application could function in a language different from that of the browser.
I think the localization of Select2 should also depend (or only depend) on the APEX Session APEX_UTIL.GET_SESSION_LANG because an APEX application could function in a language different from that of the browser.
That makes sense, Jorge. Thanks for the input.
Is it possible to map the APEX_UTIL.GET_SESSION_LANG
to the right language file?
Good question, I don't know.
In my limited experience, it seems that APEX_UTIL.GET_SESSION_LANG
match browser lang values.
Im sorry for the confusion, BROWSER_LANGUAGE is actually the session language. This is not equal to the browser language( as seen in developer toolbar => session). Furthermore APEX_UTIL.GET_SESSION_LANG seemed to return an empty value (atleast for me) and is not usable?(in apex 5.0)