Hi,
Many thanks. That worked perfectly.
I need this to allow my users to disable localization.
I use this:
- (IBAction) setDisableLocalization:(id) sender {
if ([sender state] == NSOnState) {
[[NSUserDefaults standardUserDefaults] setObject:[NSArray
arrayWithObject:@"e
On Wed, 6 Apr 2011 09:43:58 +0200, Felix Franz said:
>> I what to give my users the possibility to disable the localization of
>my app. Is there a way to tell the system (NSBundle?) to always load the
>english nibs?
>
>Just read http://homepage.mac.com/mmalc/Stepwise/Internationalization/
>it ment
On Apr 6, 2011, at 4:43 PM, Felix Franz wrote:
>
> On Apr 5, 2011, at 3:55 PM, Georg Seifert wrote:
>
>> Hi,
>>
>> I what to give my users the possibility to disable the localization of my
>> app. Is there a way to tell the system (NSBundle?) to always load the
>> english nibs?
>
> Just rea
On Apr 5, 2011, at 3:55 PM, Georg Seifert wrote:
> Hi,
>
> I what to give my users the possibility to disable the localization of my
> app. Is there a way to tell the system (NSBundle?) to always load the english
> nibs?
Just read http://homepage.mac.com/mmalc/Stepwise/Internationalization/ i
Hi,
I what to give my users the possibility to disable the localization of my app.
Is there a way to tell the system (NSBundle?) to always load the english nibs?
Best
Georg___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admi