Re: What happens to my German strings?
Re: What happens to my German strings?
- Subject: Re: What happens to my German strings?
- From: Nick Zitzmann <email@hidden>
- Date: Tue, 18 Apr 2006 10:52:57 -0600
On Apr 18, 2006, at 10:47 AM, desktoast music productions wrote:
NSAlert *deleteAlert = [NSAlert alertWithMessageText:@"Wollen
Sie Ihre
Notizen wirklich löschen?"
defaultButton:@"Löschen" alternateButton:@"Abbrechen"
otherButton:nil
informativeTextWithFormat:@"Dieser Vorgang kann nicht
rückgängig
gemacht werden!"];
NSString constants are limited to 7-bit characters and aren't
guaranteed to work correctly if you try using non-ASCII characters in
them. Try using NSLocalizedString() and friends instead to load the
string from a strings file; strings in strings files can use non-
ASCII characters.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
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