Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What’s the difference between localization and globalization
What’s the difference between localization and globalization?
✍: Guest
Below are the definition’s which is taken from the Microsoft glossary.
Globalization: It is the process of developing a program core whose features and code
design are not solely based on a single language or locale.
Localization: The process of adapting a program for a specific local market, which includes
translating the user interface, resizing dialog boxes, customizing features (if necessary),
and testing results to ensure that the program still works.
You can visualize globalization as more of architecture decisions. While localization is
adapting your content to local market. Localization phase occurs before globalization
phase.
2007-11-01, 5413👍, 0💬
Popular Posts:
How was XML handled during COM times? During COM it was done by using MSXML 4.0. So old languages li...
How can I search for data in a linked list? Unfortunately, the only way to search a linked list is w...
When does the compiler not implicitly generate the address of the first element of an array? Wheneve...
What is a fish bone diagram ? Dr. Kaoru Ishikawa, invented the fishbone diagram. Therefore, it can b...
Write out a function that prints out all the permutations of a string. For example, abc would give y...