Getting an NSLocalizedString for another localization
Getting an NSLocalizedString for another localization
- Subject: Getting an NSLocalizedString for another localization
- From: Damien Trog <email@hidden>
- Date: Tue, 4 Oct 2005 11:52:12 +0200
Hello everyone,
My problem is as follows:
I have an application which, amongst other things, lets the user
print exams. It is localized in multiple languages. Also it is
possible that the user wants an exam printed in another language than
the one which is set in his internationalization settings in the
preferences.
For example, the user can be using the application in Dutch, but
wanting to print an exam in English, or vice versa. (The static text
would be different then.)
Is it possible to use localized strings for this? I would need
something like NSLocalizedString(@"Question",@"Dutch",@"");
So is it possible to specify which localization you want for a
localized string?
I have been searching the developer documentations to no avail.
Thanks in advance!
Greetings,
Damien
_______________________________________________
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