maccatalan
Registered
Hi.
I'm trying to make a cocoa program, but the alert messages would need to be localized, but to do that I would like to use the localizedString. I found a way to do that but actually it doesn't work.
What I tried :
[[NSBundle mainBundle] localizedStringForKey"CFBundleName" value"error" table"InfoPlist.strings"]
Thank you to help me,
Pierre.
I'm trying to make a cocoa program, but the alert messages would need to be localized, but to do that I would like to use the localizedString. I found a way to do that but actually it doesn't work.
What I tried :
[[NSBundle mainBundle] localizedStringForKey"CFBundleName" value"error" table"InfoPlist.strings"]
Thank you to help me,
Pierre.