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: Piers Uso Walter <email@hidden>
- Date: Tue, 15 Aug 2006 13:42:36 +0200
Am 15. Aug 2006 um 13:33 schrieb Andrei Tchijov:
1) Where can I find list of "proper" names for different languages
( so I can put my localized NIB into right folder),
http://developer.apple.com/documentation/MacOSX/Conceptual/
BPInternational/index.html
2) Once I have multiple translations in my application, how can I
switch from one to another?
a)
- open System Preferences / International
- drag the desired language to the top of the list
- (re)start the application
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
c)
- select application in Finder
- open the info panel
- open the languages section
- deselect all languages except for the one you want to test
- (re)start the application
With kind regards
Piers
--
Piers Uso Walter <email@hidden>
ilink Kommunikationssysteme GmbH
_______________________________________________
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