Internationalization support
Internationalization support
- Subject: Internationalization support
- From: "John Cebasek" <email@hidden>
- Date: Thu, 5 Jan 2006 09:36:36 -0500
Hi All:
I've got a security agent plugin that I'm internationalizing and I'm having trouble. I've got my English.lproj and French.lproj (containing the appropriate nib and localizable.strings) and when I set the system to French, my plugin remains in English.
I'm thinking that it's the old code I inherited. Right now to load the nib it's doing an:
[NSBundle loadNibNamed:@"george" owner:self];
Is this the proper way to make sure that the correct language is used? If not can someone point me to a URL. that explains how to make sure the system language is used.
Thanks...
John
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden