Re: Localization of Cocoa-Xib for a Newbie

2008-10-31 Thread Roman Fischer
Hello Ken, Thank you for REALLY GREAT hint: The english MainMenue.xib has the File Type "file.xib" but the localized version for german is "sourcecode.xib". I changed it to "file.xib" , rebuilt the app and it runs as expected. So I think there is a small bug XCode 3.1.1 to assign the wron

Re: Localization of Cocoa-Xib for a Newbie

2008-10-31 Thread Roman Fischer
Hi, I made an intesting experiment: 1. I opened the application package that Xcode had created. 2. Inside there I opened Contents -> Resources -> German.lproj -> MainMenu.xib using IB and saved it at the same place as MainMenu.nib 3. Started the application package again and I got my german t

Localization of Cocoa-Xib for a Newbie

2008-10-31 Thread Roman Fischer
Hi, I want to try Localization of a XIB, but I have problems: I have the following Equipment: - MacOS 10.5.5 - MacOS is runnig in German - System-Preference Languages are (in order): German, English,... - XCode 3.1.1 I make the following steps: 1. I Make a new