Click here to Skip to main content
15,902,938 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How do i apply localization for User Control. which is placed inside .aspx page. as i have created resource file for user control inside App_LocalResource still its not applied on it.
Posted
Comments
Suvendu Shekhar Giri 2-Nov-15 1:16am    
Need more information.
Sergey Alexandrovich Kryukov 2-Nov-15 5:56am    
There is nothing specifically related to a user control in localization.
—SA

1 solution

I don't think the question really makes any sense — please see my comment to the question. Perhaps you simply need to learn globalization and localization in general:
https://msdn.microsoft.com/en-us/library/c6zyy3s9.aspx[^],
https://msdn.microsoft.com/en-us/library/ff647353.aspx[^],
https://msdn.microsoft.com/en-us/library/vstudio/ms753931%28v=vs.110%29.aspx[^].

These CodeProject articles can also be useful:
Using Globalization and Localization in ASP.NET[^],
Beginner's Tutorial on Globalization and Localization in ASP.NET MVC[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900