Hi
I want to know that how can we implement the concept of localization and globalization in the application ?
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.
SenthilkumarPosted Apr 3, 2012, 11:22 PM
The ASP.Net supports to implement the locallization and globalization.
Globalization is the process of designing and developing applications that function for multiple cultures. Localization is the process of customizing your application for a given culture and locale.
I suggest you to walk through these urls:
http://msdn.microsoft.com/en-us/library/ms228208.aspx
http://www.codeproject.com/Articles/15313/Globalization-and-localization-demystified-in-ASP
Satyapriya NayakPosted Apr 3, 2012, 9:58 PM
Globalization is the process of designing and developing applications that function for multiple cultures.
Localization is the process of customizing your application for a given culture and locale. The topics in this section describe how to create ASP.NET Web applications that can be adapted to different languages and cultures.
Please refer the below links
http://www.c-sharpcorner.com/UploadFile/brijrajsingh/glbal_110012005021049AM/glbal_1.aspx
http://www.codeproject.com/Articles/15313/Globalization-and-localization-demystified-in-ASP
Thanks