Internationalization and Localization of Websites
If your organization does business in more than one part of the world, your web team faces the challenge of internationalization and localization of the website.
Internationalization refers to making a product ready for use throughout the world, and localization refers to making a product ready for use in a particular geographic area. For a website, internationalization requires making the code work worldwide, especially to support presenting the site in multiple languages, and developing a design and content for audiences with different cultural expectations.
Several articles are available to help meet these challenges. Four are presented here.
Several basic tips for internationalizing code are presented in Implementing Websites For Internationalization.
If you are providing a website in multiple languages, it’s desirable to avoid creating and maintaining multiple versions of the site. Internationalize JSP-based Websites presents one method.
A design blog addresses the challenge of providing a way for users to change to their preferred language. The author notes there is no standard interface for this. For details, visit Design Examples of Website Internationalization and Localization.
Creating content for readers worldwide is the focus of 7 Easy Tips to Internationalize Your Website. This is part of a larger guide with many resources, Culture Customized Content.

Leave a comment