AbstractOperatingSystem.st
changeset 7778 cbbd8c2faccc
parent 7770 9b54b69d4a21
child 7791 60bb9a3b6265
equal deleted inserted replaced
7777:d40ef40238d1 7778:cbbd8c2faccc
  3190 	not all systems support this; on some, 'unknown' is returned."
  3190 	not all systems support this; on some, 'unknown' is returned."
  3191 
  3191 
  3192     self subclassResponsibility
  3192     self subclassResponsibility
  3193 !
  3193 !
  3194 
  3194 
       
  3195 getLanguage
       
  3196     "get the LANGUAGE setting (example: de_DE.iso8859-15@euro)"
       
  3197 
       
  3198     ^ self getEnvironment:'LANG'.
       
  3199 !
       
  3200 
  3195 getLocaleInfo
  3201 getLocaleInfo
  3196     "return a dictionary filled with values from the locale information;
  3202     "return a dictionary filled with values from the locale information;
  3197      Not all fields may be present, depending on the OS's setup and capabilities.
  3203      Not all fields may be present, depending on the OS's setup and capabilities.
  3198      Possible fields are:
  3204      Possible fields are:
  3199 	decimalPoint                    <String>
  3205 	decimalPoint                    <String>
  5497 ! !
  5503 ! !
  5498 
  5504 
  5499 !AbstractOperatingSystem class methodsFor:'documentation'!
  5505 !AbstractOperatingSystem class methodsFor:'documentation'!
  5500 
  5506 
  5501 version
  5507 version
  5502     ^ '$Header: /cvs/stx/stx/libbasic/AbstractOperatingSystem.st,v 1.117 2003-11-20 19:34:26 cg Exp $'
  5508     ^ '$Header: /cvs/stx/stx/libbasic/AbstractOperatingSystem.st,v 1.118 2003-11-22 21:24:41 stefan Exp $'
  5503 ! !
  5509 ! !
  5504 
  5510 
  5505 AbstractOperatingSystem initialize!
  5511 AbstractOperatingSystem initialize!