Re: Localized nib will only load english
Re: Localized nib will only load english
- Subject: Re: Localized nib will only load english
- From: "Louis C. Sacha" <email@hidden>
- Date: Tue, 6 Apr 2004 01:59:52 -0700
Hello...
Regarding localized strings not working properly, from the archives:
- - - - -
The behavior you're seeing can be caused by a syntax error in your
Localizable.strings file. Check its integrity using the command line
tool called "plutil".
Larry Gerndt
- - - - -
Also, if english strings start showing up instead of german, make
sure that the english version of the localized strings is in the
English.lproj folder and not loose in the Resources folder.
Hope that helps,
Louis
I should add this.
Even when it loads the english version it ignores the
Localizable.strings entries. No matter what I change something to it
only displays the key that is suppose to refer to the item in the
file thats localized.
In other words I have an entry @"Untitled" = @"Testing" and in the
app the only thing that appears is untitled. It goes for all of the
strings, they are being ignored by the application.
...
April.
_______________________________________________
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.