Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2585
$.ig.regional always en-GB
posted

We are setting the global language when our pages load in the following format:

        $.ig.util.changeGlobalLanguage("en");
        $.ig.util.changeGlobalRegional("en-US");

The controls however are always loading the en-GB region. Any idea what I could be missing?

If I open the browser console and look at $.ig.regional it only has en-GB loaded.

Parents
No Data
Reply
  • 17590
    Offline posted

    Hello Tammy,

    Thank you for posting in our community.

    In the code snippets provided everything seems correct in regards to the approach for globally changing language and regional settings.

    Can you please let me know are you using an igLoader or you are loading the resource files separately?

    Since I was not able to reproduce this behavior on my side do you thing that you can isolate this behavior in a sample that I can debug in order to find the root cause of this behavior? Additionally, providing me your resources configuration and igGrid configuration can also be helpful for mu further investigation.

    I believe you may also find the following topic, for customizing the localization, helpful:
    https://www.igniteui.com/help/customizing-the-localization-of-netadvantage-for-jquery-controls

    Looking forward to hearing from you.

    Regards,
    Vasya Kacheshmarova
    Associate Software Developer
    Infragistics

Children