Language support

From GNUstepWiki
Revision as of 01:56, 9 July 2005 by Quineska (talk | contribs) (Changed example to code (for distinction))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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. The list should contain at least one preferred language, otherwise GNUstep defaults to English.

Here is an example where the user prefers Turkish, then Dutch, then English.

defaults write NSGlobalDomain NSLanguages "(Turkish, Dutch, English)"

See also: NSDefaults