There is an issue in my .NET C# 2.0 web application. All page labels are not hard coded by HTML due to multi-language support. So, the labels are come from a function call "UInterface " which will retrieve contents from resource files in App_GlobalResou rces folder.
Most of my customers do not have problem. But recently, few customers can't get content but blank space. Can someone help me out?
Most of my customers do not have problem. But recently, few customers can't get content but blank space. Can someone help me out?
Comment