There are many ways of localizing the keys, but most of them involve; writing out variables on a page with the localized text and then let the. Js include files read from those variables. That’s not a good solution. It would be much better if the. Js files could be rendered directly with the localized text.
For that I will try to give you tips on how to localize JavaScript messages in Asp.Net.
For this you first need to add a new class to your Website or Web Application ASP.Net. Name it as BaseClass, this class will be inherited on all the pages where you want to Localize JavaScript strings
C# code :
VB code :
Note : The name of the resource file in my application is resource, you need to replace the name of the Resource File where the line is Private Const ResourceFileName As String = “Resource”