Hi,
I have an asp.net 4.0 web application project (not website), with some global and local resource files in app_globalresources and app_localresources folders. There are 3 languages, the default english, + resx files for sk-SK and cs-CZ languages. I set up the
culture in page's InitializeCulture method (overridden). The problem is, that the local resources are loaded, but the strings from the global resource files remains the default english. So, on the site the labels are mixed, partially english, partially localized.
This happens only on the web server (win 2012 server) with the precompiled and deployed package, on IIS Express runs well from VS2013. Any ideas, what can cause this issue? Yestreday I've upgraded to VS2013Update4. I can't check, but as I remember good, there
wasn't this problem before.
Thank you for any ideas!
Update: I've played around a bit and found, that switching to sk-SK language works well. Only switchin ...
Go to the complete details ...