Search code examples
c#javascriptresource-files

How to use .net Resource files in javascript


is there anyway i can access my resource files (.resx) in javascript?
if no then are there any workarounds to diplay messages in javascript in different languages?


Solution

  • i did it by using Jquery ajax which calls a serverside GetGlobalResourceObject()