User1774701477 posted
Hello,
I have an aspx page in which I've defined a <WebMethod> to call it from javascript client side.
I have resource files to take localized strings. it works perfectly inside all the website but it doesn't work inside the <WebMethod> defined on aspx page.
If I ask for CultureInfo.CurrentCulture.DisplayName, it shows the right culture set but trying to get a string from Resources.Dictionary.MyString, it shows always the string in the default resx file instead of localized resx file.