• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to make a Cocoa application to run in different locale?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: How to make a Cocoa application to run in different locale?
      • From: Greg Hurrell <email@hidden>
References: 
 >How to make a Cocoa application to run in different locale? (From: Andrei Tchijov <email@hidden>)

  • Prev by Date: How to make a Cocoa application to run in different locale?
  • Next by Date: Re: How to make a Cocoa application to run in different locale?
  • Previous by thread: How to make a Cocoa application to run in different locale?
  • Next by thread: Re: How to make a Cocoa application to run in different locale?
  • Index(es):
    • Date
    • Thread