hi, experts, I am going to implement multilingual (translation) web form application (.net 4.0; webform; NOT MVC)
I did some researches on web. I found there is another options using jquery-i18n-properties
there are some dropdownlists my application in which the options are also required to be translated.
and some jqgrids, header and columns name,
if comparing jquery-i18n-properties vs Resources files approach by asp.net, which one is better? and which one is recommended?
jquery-i18n-properties
https://github.com/jquery-i18n-properties/jquery-i18n-properties
Using Resources for Localization with ASP.NET
https://m ...
Go to the complete details ...