| « Summary on ASP.NET Localization | Top 10 Vulnerabilities in Web Applications - Rated by OWASP in 2007 » |
It is a little bit counter-intuitive to me that localization and globalization work hand-in-hand. Yes...in order for your web contents to be comprehended and appreciated by the global community, you have to make sure your web pages are localized in their languages and follow their local conventions on fields like names and timestamps. User-friendliness goes a long way for a good web application.
Globalization can be defined as a need for web applications. It is the need to adapt the culture of a web interface to the user's culture. We have to address that need in our web applications in order to friendly and respectfully serve the global community. The question of how to address that need flexiblely and cost effectively is part of the discussion on web application architecture and design.
Some people have pushed the definition of globalization a little further. Under the stretched definition, globalization means adapting the web interfaces to not only the user's culture, but also the user's market segment or other characteristics. But I would call that kind of differentiation personalization. Personalization can be defined as a need to adapt the web interface layouts and web contents detailing product/service offerings, marketing messages, etc. to the characteristics of a group of users or an individual user. To offer personalization cost effectively and flexiblely would also require a good deal of consideration in application architecture and design. Though there are similiarities between globalilzation and personalization, I would suggest to confine the definition of globalization to adapting the culture of a web interface to the user's culture.
Localization is the set of processes and actions to localize a web interface to a user's culture. Localization means much more than translating the web contents from one language to another, such as name formatting, timestamp formatting and text directions.
This post has 3 feedbacks awaiting moderation...