Click here to Skip to main content
15,891,744 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hii

I am developing an asp.net application with c# in which i have 3 radio buttons of language names(gujarati, Hindi and English).

if user selects gujarati radio button i want to display a message in gujarati language in textbox.
if user selects Hindi radio button i want to display a message in Hindi language in textbox.

How can i do this. Please provide solution

Thanks in advance
Posted

1 solution

You need to use language localization.
See here[^].

There are many more articles available on Localization if you do a search on the internet.
 
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