nbuytaert1 / apex-select2

Select lists in Oracle APEX as they should be
https://apex.oracle.com/pls/apex/f?p=64237:20
GNU General Public License v2.0
56 stars 18 forks source link

apex plugin changes: #75

Closed wouter-rombouts closed 1 year ago

wouter-rombouts commented 7 years ago
rimblas commented 7 years 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.

nbuytaert1 commented 7 years 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.

That makes sense, Jorge. Thanks for the input.

Is it possible to map the APEX_UTIL.GET_SESSION_LANG to the right language file?

rimblas commented 7 years ago

Good question, I don't know.
In my limited experience, it seems that APEX_UTIL.GET_SESSION_LANG match browser lang values.

wouter-rombouts commented 7 years ago

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)