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
2048
Real time translation
posted

Hi,

I have a web application where I use i18next library. With that one I built up my own custom library to translate all the application in real-time behavior.

Now I am interfacing with igGrid and my question is: how can I perform real time translation on this infragistics object? Is there a way to change locale and regional properties after the user has selected a different culture from my web site multiculure drop down, but without a page refresh?

Note that I am using ig loader, so: first page loading shows grid well translated. I need that beahvior also after a possible user culture change, without to refresh the page.

Thanks

Flavio M.

Parents
  • 23953
    Offline posted

    Hello Flavio,

    It is possible to change the locale of the Ignite UI controls dynamically, but currently this requires re-downloading the script files and re-creating the controls. I'm attaching a sample which demonstrates this approach for your reference.

    There is a room for improvement supporting this use case. You can log it as a new product idea if you want.

    Hope this helps,

    Martin Pavlov

    Infragistics, Inc.

    igLoader_dynamic_locale.zip
Reply Children