Difference between revisions of "Language support"
Jump to navigation
Jump to search
m |
|||
Line 3: | Line 3: | ||
defaults write NSGlobalDomain NSLanguages "(Turkish)" | defaults write NSGlobalDomain NSLanguages "(Turkish)" | ||
+ | |||
+ | ---- | ||
+ | See also: [[NSDefaults]] |
Revision as of 20:52, 23 February 2005
You can set your preference of language using the defaults command. It takes a list of languages, with the most left one being the most preferred. Here is an example for turkish.
defaults write NSGlobalDomain NSLanguages "(Turkish)"
See also: NSDefaults