Localize App Title?
Localize App Title?
- Subject: Localize App Title?
- From: "Chunk 1978" <email@hidden>
- Date: Tue, 5 Aug 2008 06:40:07 -0400
i'm fairly new to localization, but i can't figure out how to localize the
app's name. this is how i localize the strings in my app:
static NSString * CONSTwelcome;
-(void)awakeFromNib
{
CONSTwelcome = NSLocalizedString (@"Welcome!", nil);
bla bla bla
}
and then of course i have a Localizable.Strings file in the app's
resources... so is there someway to do the same with the name of the app?
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden