There are three terms around Internationalization that are often used interchangably, however they are distinctions. Here's a good definition.
- "Localization is the process of adapting the text and applications of a product or service to enable its acceptability for a particular cultural or linguistic market."
- "Internationalization s planning and implementing products and services so that they can easily be localized for specific languages and cultures."
- "Globalization is an approach to business strategy that aims to address all of the logistical and organizational challenges an enterprise faces as it expands its supporting content, assets and message across cultures and markets to new clients."
The Basics
-
-
-
-
-
GetText-based i18n for ASP.NET - An alternative, open source, library that lets you handle internationalization the way Django, Rails, PHP, Java, and pretty much everybody else does.
Videos
Podcasts
Enjoy!
Revision number 4, Saturday, November 06, 2010 11:23:02 AM by jasonkester
You must Login to comment.
|
Fri, Feb 8, 2008 7:00 PM
by andrewseven
|
I'm used to using the definition from Msdn: http://msdn2.microsoft.com/en-us/library/c6zyy3s9.aspx
|
|
Tue, Jun 2, 2009 11:13 AM
by gsudhesh
|
thanks nice info
|
|
Fri, Dec 18, 2009 1:11 PM
by Aamir Hasan
|
can we globalization urdu lanague if yes if i have 98 window what problem should i face
|
New
Mon, Jul 7, 2008 2:01 PM
by tjukic
|
How to: Adding localization support to ASP.NET web by extending Page class (C#)
Localization Localization is often required on the web. For that reason, .NET framework includes localization support trough System.Globalization namespace. However, while there is support, you need some extra work to use it. One of the most repeated tasks
|
New
Mon, Mar 14, 2011 6:19 PM
by pankaj.sharma
|
Localized Datetime formatting using select query
IntroductionWhen and how to use sql formatting functions to format datetime values when it is being used by the application that is target to be run on different locale and culture.Problem StatementIf schema of a TimeTable is as follows-Activity StartDate
|
New
Mon, Feb 4, 2008 8:00 AM
by shanselman
|
AJAX Localization and Globalization
Internationalizing AJAX and JavaScript can be a little trickier than just internationalizing a plan HTML page. Guy Smith-Ferrier on Internationalization - A great PDF slide deck of a talk that Guy did on AJAX and i18n. Localizing Resources for Component Libraries
|