Click here to Skip to main content
15,912,205 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to localize my site content according to user selected language . but the problem i have facing is i have option to use only controls like label , textbox but if i have a pragraph which contains coutnry information then how i converted that into user selected language using resx file.
Posted

1 solution

You need to put all the texts that needs localization into RESX file and then refer the text from RESX file. Either it's a line or a paragraph all work the same way.

Look here:
Globalization and localization demystified in ASP.NET 2.0[^]
ASP.NET Localization (Quick Reference)[^]
Using Localization in ASP.NET[^]
An Easy Introduction to Localization in ASP.NET 2.0[^]
MSDN: Globalization and Localization[^]
 
Share this answer
 
Comments
Vimalrashamra 13-Jun-12 6:29am    
how i used the paragraph because there is something needed when i call the paragraph if i have more than one paragraph on a page .
Sandeep Mewara 13-Jun-12 6:44am    
Please go through the articles.

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