Content Management and Capture

Content Management and Capture

Come for answers. Stay for best practices. All we’re missing is you.

 View Only
Expand all | Collapse all

Assistance Changing Default Language in IBM Navigator

  • 1.  Assistance Changing Default Language in IBM Navigator

    Posted Fri November 03, 2023 04:29 PM

    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
    ------------------------------


  • 2.  RE: Assistance Changing Default Language in IBM Navigator

    Posted Mon November 06, 2023 12:40 PM

    hello,

    The reload is required for the change to effect. There is no a way to 'not require' a page reload.



    ------------------------------
    Nanda Pilaka
    IBM Content Navigator Support
    ------------------------------