Click here to Skip to main content
16,004,854 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to create a page which can be viewed in different languages
susch as (gujarati,hindi,french etc.). How could i do this without c
creating different pages for different language. plz help me.
Posted

You can try to use satellite assemblies[^].

Using satellite assemblies, you can place the resources for difference languages in different assemblies, and the correct assembly is loaded into memory only if the user elects to view that application in that language.

Check the following links.

Satellite Assembly - Multi Languages[^]

Building Multilingual Web Sites with ASP.NET[^]

Satellite Assemblies[^]

Create a Multi-Lingual Site with Localization?[^]
 
Share this answer
 
you can achieve that by using localization with Unicode fonts. Try the following links.

Creating multilingual websites - Part 1[^]

Creating multilingual websites - Part 2[^]

Creating Multilingual Websites - Part 3[^]
 
Share this answer
 
Comments
delhiegle 8-Aug-12 2:36am    
Hello all,
i want to create a mutilingual ecommerce website. Here in this website i will have used user controls which is being called on a master page, there are several controls on user controls, now i want this website in 5 language it will be very tiring creating resource file for master page. Is using resource files only solution to this, also let me know how can i use this methodlogy in master pages.

regards

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