I have created an application in Cocoa using English development environment. In this application I am using NSAlert class to display some messages. I have set the text of alert as
NSAlert* alert = [[NSAlert aloc] init];
[alert setMessageText
"Some Text"];
When I am using this application on another computer from a country say Switzerland, the message text is being displayed as weird characters.
Please help to solve this problem.
Thanks in Advance
NSAlert* alert = [[NSAlert aloc] init];
[alert setMessageText
When I am using this application on another computer from a country say Switzerland, the message text is being displayed as weird characters.
Please help to solve this problem.
Thanks in Advance