how to convert *.lproj directory to localized language name?
how to convert *.lproj directory to localized language name?
- Subject: how to convert *.lproj directory to localized language name?
- From: Steve Christensen <email@hidden>
- Date: Wed, 31 Dec 2003 14:46:19 -0800
Actually, I have a couple of related questions:
1. Given a foo.lproj directory inside a bundle, is there an API that
gives me a localized name of that language? For example,
English(.lproj) becomes "English," "InglC)s", "Anglais," "h1h*," etc.,
depending on the current language settings.
2. Is there an API that will return a list of supported "foo"'s that I
can use to make "foo.lproj"'s? (From there I could, obviously, generate
the localized language names if #1, above, is supported.)
If the answer is "no" to these questions, then for those of you who
care about these sorts of things (programmatically-speaking -- I know
you all care about my questions ;-) ) -- how have you been handling it?
Just coming up with a list of the top n languages, populating it with
the language specifiers, then generating localized strings?
Thanks!
steve
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.