I have 2 resource file.. one is default for english and another one is for chinese. The web app is working fine with VS but when I published it on IIS its not showing chinese language. I tried other solutions available on stackoverflow but nothing seems to work yet. I can find resources.dll inside zh(bin) folder on IIS. Is the error because of there was only one designer file generated that is Resource.designer.cs or something else. I have made the required changes in Resource File properties like making the class public and build action. IN web.config I changed
<globalization enableClientBasedCulture="true" uiCulture="en-US" culture="en-US" />
from false to true. Please ask if Any other information needed to solve this issue. Please give me some advice on this.