We are encountering an issue with the default language settings in IBM Navigator. Currently, the default language is set to system locale, but we have implemented JavaScript code to change it to 'en-gb' as follows:
if(localStorage.getItem('icn_locale_format') != 'en-gb'){
localStorage.setItem('icn_locale_format','en-gb');
location.reload();
}
However, this solution requires a programmatic page reload, which is not ideal for our workflow. I am seeking assistance in changing the default language without the need for a programmatic page reload.
Expected Behavior:
We expect the default language to change to 'en-gb' without requiring a manual page reload. Please assist
IBM Content Navigator version: 3.0.12 IF004
------------------------------
ED Support European Dynamics
------------------------------