Changing the Locale for a single App?
Changing the Locale for a single App?
- Subject: Changing the Locale for a single App?
- From: "Huyler, Christopher M" <email@hidden>
- Date: Tue, 16 Dec 2003 13:13:02 -0500
- Thread-topic: Changing the Locale for a single App?
Is it possible to change the locale of my application without changing
the language preference of the current user? I have been asked to put a
language selector in our preference panel that will allow the user to
change the language of our entire product (including the preference
panel).
Currently the preference panel is the only thing using standard bundle
localization (NSLocalizedStringFromTable). The rest of the product has
separate dylibs for each language which are copied into the right
locations by a set_language script.
However, with my preference panel, I need a way to load the correct
localized strings from my localizable.strings file depending upon what
the user selects.
--
Christopher Huyler
Computer Associates Intl.
mailto:email@hidden
_______________________________________________
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.