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.
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.
Please, let me know if you need further assistance regarding this matter.
Best regards,Martin PavlovInfragistics, Inc.
Hi Martin,
were you able to reproduce my last reported issue?
I'm attaching a revised sample which fixes the issue described by Flavio.