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.
Globallization is is specify your application in multiple culture support for show in different language by resporce file.
Localization is show your site as completely differnt UI and stypes for differnt region.
Below are the examle
1. www.Mysite.com In this site I have implemeted support of eng, dutch and french country so I have implemented different resource file for all with in site a option of change language (culture) and by defult site is
loaded based on defult langauge of browser. So that is call Concept of globalisation.
2. But suppose implemted two different site,
www.mysite.com for english and www.mystite.nl for dutch with all diffent look and feed and them with same functionality then that is call a localisation, In short for locallisation user can do any kind of custome changes
for site.
My Tech Blogs MCPD Enterprise and Web Application
MCTS Web, Window and Enterprise Application
kapsystems
Member
31 Points
23 Posts
Difference between Globalization and Localization
Jul 18, 2011 05:20 AM|LINK
What is the difference between globalization and localization. Any one give some sample code.
Thanks in Advance
Software Engineer | KAP Computer Solutions Pvt. Ltd.,
Mobile: +91-97380 10000 | +91-97380 23400 (Support) | Email: info@kapsystem.com | Web: www.kapsystem.com
princeG
Star
9612 Points
1602 Posts
Re: Difference between Globalization and Localization
Jul 18, 2011 05:37 AM|LINK
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.
http://msdn.microsoft.com/en-us/library/c6zyy3s9.aspx
Check here with sample
http://forums.asp.net/t/1032375.aspx/1?Difference+between+Globalization+and+Localization
amitpatel.it
Star
8070 Points
1880 Posts
Re: Difference between Globalization and Localization
Jul 18, 2011 05:42 AM|LINK
Globallization is is specify your application in multiple culture support for show in different language by resporce file.
Localization is show your site as completely differnt UI and stypes for differnt region.
Below are the examle
1. www.Mysite.com In this site I have implemeted support of eng, dutch and french country so I have implemented different resource file for all with in site a option of change language (culture) and by defult site is loaded based on defult langauge of browser. So that is call Concept of globalisation.
2. But suppose implemted two different site, www.mysite.com for english and www.mystite.nl for dutch with all diffent look and feed and them with same functionality then that is call a localisation, In short for locallisation user can do any kind of custome changes for site.
MCPD Enterprise and Web Application
MCTS Web, Window and Enterprise Application