Hello,
I am using Infragistics jQuery controls in my projects. I want to translate all the labels on the Infragistics controls, but I found there's no English version template. There only infragistics-bg.js, infragistics-ja.js, infragistics-ru.js, these three languages. Can anyone provides me a infragistics-en.js?
Hi Jason,You are correct that there is no separate (this is the keyword here :)) English localization file.The reason for that is that the English localization is build-in into each control's JavaScript file.Thus if you need to edit any of the English localization strings, you can simply edit the desired control's JavaScript file.If you really wish to have a separate English localization file (say infragistics-en.js), you will need to cut the English localization JavaScript code from each control's file.I know it may not be the prettiest of solutions, but it's that one I can offer you and it's pretty straight-forward.Hope I've helped you a bit with this.Best Regards,Borislav
Hi Borislav,
Thank you for your reply, finally I got quick way to got the English template. I installed a Japanese version of Infragistics, I got that file.
Hope it can help others.
Best regards
Jason
Hi Jason,
What language were you translating into? We're in the process of starting of having the community contribute for this. We have a spot on github. https://github.com/Infragistics/ We already have Italian localized. If you sent us the whole file localized, we can place it up there for others to take advantage of. It would be awesome!
regards,David Young