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 protected])
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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]