Hey Guys,
I am using custom resource provider in Asp.Net to get the data from the external resource files, After changing the browser language it does not select the proper translation. i.e. It always returns English version. On the other side, if i use Asp.Net tag
<%$ Resources:MyResource, Name %>
It returns the correct translation. I configured it in web.config
Am i missing something?