Re: diable localization

2011-04-08 Thread Georg Seifert
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

Re: diable localization

2011-04-07 Thread Sean McBride
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

Re: diable localization

2011-04-06 Thread John Joyce
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

Re: diable localization

2011-04-06 Thread Felix Franz
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

diable localization

2011-04-05 Thread Georg Seifert
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