User defaults fix ... use NSLanguages

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9302 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2001-03-05 23:31:51 +00:00
parent 5bb579e9bf
commit e79412704b
4 changed files with 20 additions and 4 deletions

View file

@ -99,6 +99,15 @@
</desc>
<standards><GNUstep/><NotMacOS-X/><NotOpenStep/></standards>
</method>
<method type="void" factory="yes">
<sel>setUserLanguages:</sel>
<arg type="NSArray*">languages</arg>
<desc>
Sets the array of user languages preferences. Places the specified
array in the <em>NSLanguages</em> user default.
</desc>
<standards><GNUstep/><NotMacOS-X/><NotOpenStep/></standards>
</method>
<method type="NSArray*">
<sel>arrayForKey:</sel>
<arg type="NSString*">defaultName</arg>