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
75
Change the localization of ig* components
posted

Hello there.

I am working on a multilingual mobile app using IgniteUI. I want to reload igmList on the go for different languages.

Please have a look at the example in the attachment.

Basically what I would like is to call the $.ig.loader() with different locale depending on user's choice and reformat the data accordingly.

What is the best way to achieve this? 

Here is a snippet from the file:

function DE() {

$.ig.loader({
scriptPath: "mobile/js",
cssPath :"mobile/css",
resources :"igmList.Filtering, igmList.Sorting",
locale :"de",
regional:"de"
});
console.log($.ig.loader().log());

};

In the console I can see the log and once I choose anything different from the default, the loader sticks with it.

I am using: Infragistics.Web.ClientUI Util functions 13.2.20132.1010

Parents Reply Children
No Data