Click here to Skip to main content
15,909,324 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi friends ,
I am using C#.net,asp.net and framework 2.
I used crystal reports 9.

I want to change the name of labels of a page according to the selection of language?
How to do this?

Thanks in advance
george
Posted
Comments
nagendrathecoder 11-Aug-11 8:55am    
Do you want to change the NAME of labels or TEXT of the labels?

Have a look into resource files, globalisation and localisation. This should help you out.
 
Share this answer
 
this series of articles from http://www.ondotnet.com/ a good start:

.NET Localization, Part 1: Resource Managers

.NET Localization, Part 2: Creating Satellite Assemblies

.NET Localization, Part 3: Localizing Text

.NET Localization, Part 4: Localizing Units
 
Share this answer
 
you can use the globalization and localization concept available in .net.
 
Share this answer
 
v3
 
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