Re: How to make a Cocoa application to run in different locale?
Re: How to make a Cocoa application to run in different locale?
- Subject: Re: How to make a Cocoa application to run in different locale?
- From: Greg Hurrell <email@hidden>
- Date: Tue, 15 Aug 2006 14:06:20 +0200
El 15/08/2006, a las 13:42, Piers Uso Walter escribió:
b)
- defaults write <your application's preferences identifier>
AppleLanguages "(<the language code of your desired language>)"
e.g. defaults write de.ilink.direct AppleLanguages "(de)"
or even defaults write de.ilink.direct AppleLanguages "(de, en)"
- (re)start the application
You can also pass that setting on the command line when launching the
app:
YourApp.app/Contents/MacOS/YourApp -AppleLanguages "(de, en)"
G
_______________________________________________
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