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
505
Can anyone provides me a English language template file
posted

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?

 

Parents
No Data
Reply
  • 6279
    Suggested Answer
    posted

    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 

Children