Dear All
I want to build a multi-language website. Plz reply how could i do the same.
Regards
Yogesh Agarwal
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vijaya KadiyalaPosted Feb 23, 2009, 8:28 PM
Hi
Check out the below link
http://www.c-sharpcorner.com/UploadFile/mosessaur/aspnetlocalization02042006165851PM/aspnetlocalization.aspx?ArticleID=96602e53-0fb1-44ec-a67b-1c68b05eb2e1
http://www.codeproject.com/KB/aspnet/localizationByVivekTakur.aspx
Thanks -- Vijaya Kadiyala
Mahesh ChandPosted Feb 20, 2009, 10:17 AM
Read some documents on globalization and localization in ASP.NET. I did site search on C# Corner home page and here are some results:
In this first part of this two parts series, we will get started with globalization and localization in .NET.
In this article, we will explore the necessary details for working with resources in ASP.NET applications and for creating international ASP.NET applications based on embedded resources and the integrated localization support.
This article introduces the concept of Internationalization in application development. Starting off with the basics of character encoding and Unicode, the article discusses the best practices to be followed in writing culture aware code and designing Internationalized user interfaces with adequate examples in .NET (C#).
In order to reach global market for any successful product, it is necessary that product supports maximum regional languages. To have support different languages, it is required that while developing product, the concept of localization / globalization utilized.
The property grid is a nice control to display properties and values. You create an instance of your class and assign it to the property grid. By using reflection a property grid extracts the properties of the class and displays its values.
This article explains the basic understanding on different methods of developing multilingual applications in .NET. Here emphasis is given on handling multiple languages using resource files.
This article explains the basic understanding on different methods of developing multilingual applications in .NET.
Localization is a technique to implement local and culture-oriented applications. This articles explains usage of System.Globalization to implement localization support in .NET applications.