|
|
|
|
|
by rschoultz
3148 days ago
|
|
Having built and used internationalised and localized applications for many years (answered no when asked by Netscape at the time whether I18n domain names were important), my advice is: I18n, not that important. I.e. likely your target audience is familiar with English.
L10n, more likely to be needed for the ability to use a service. As a European user, I need at least: (1) Have weeks count as starting on Mondays.
(2) Have ISO-8601 / rfc3339 date and timestamps.
(3) Decimal point and
(4) 1000 number separators localized, time zone indicators,
(5) UTF-8 support. |
|
Localization means doing things like displaying days and times in a friendly way to the particular user? I.e. 24 hour clock vs 12 hour, order of month/day/year in dates. Whereas internationalization is total translation?
I've been using the two terms interchangeably.
And indeed we've noticed what you've noticed: Translation isn't that important. Businesses are using us even in places where English is not the predominant language. Localization however has been really important - it's a nice customer experience to display dates and times in a manner familiar to you.