Skip navigation.
 
mlRe: Localization problem in PB
FROM : Bertil Holmberg
DATE : Tue Dec 31 19:11:15 2002

Localizing is well described in the new Learning Cocoa with Objective-C
from O'Reilly.

In Ch 14 you can learn that Mac OS X supports localizations using three
different conventions: a few language names such as German, language
abbreviations such as nl for Dutch, and locale abbreviations such as
en_AU for Australian English.

These abbreviations are listed in the ISO 639 and ISO 3169
specifications, you can search for that, or look at the sites mentioned
in the book: and <A href="http://www.oasis-open.org/cover/country3166.html">http://www.oasis-open.org/cover/country3166.html.

This example shows that you really should have all the books on your
shelf, they all shine in one aspect or another.

Happy New Year!

Bertil
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlLocalization problem in PB Ian Gillespie Dec 31, 00:22
mlRe: Localization problem in PB matt neuburg Dec 31, 03:20
mlRe: Localization problem in PB Bertil Holmberg Dec 31, 19:11