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.
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 KacheshmarovaAssociate Software DeveloperInfragistics
We load them separately since we are using MVC.
I will see if I can reproduce it...
Figured it out was on my side...
I am glad that you managed to resolve your issue.
Please let me know if you need any further assistance with Localization.