Localization of Cocoa-Xib for a Newbie

2008-10-31 Thread Roman Fischer
and run my application again. The results are: - in my application window there is still "my English text" - but in the console window I found "German Hallo" So it seems clear to me that my created application "knows" th

Re: Localization of Cocoa-Xib for a Newbie

2008-10-31 Thread Roman Fischer
also only opens the english ".xib" starting from Xcode 3.1.1. My conclusion: This behaviour of Xcode could be: - a matter of configuration of Xocde (but how)? - a matter of remove an reinstall Xcode - simply a bug in Xcode 3.1.1 - anything else ;-) Any ideas? Regards Roman Fischer

Re: Localization of Cocoa-Xib for a Newbie

2008-10-31 Thread Roman Fischer
bug XCode 3.1.1 to assign the wrong file- type to the localized ".xib" (maybe there is a reason to do so, but I cannot imagine ;-) Regards Roman Am 31.10.2008 um 23:05 schrieb Ken Thomases: On Oct 31, 2008, at 4:27 PM, Roman Fischer wrote: Thank you for your response, I try to be