'From Squeak3.7-m17n of 30 June 2004 [latest update: #16] on 21 July 2004 at 2:09:45 pm'! !AbstractString methodsFor: 'translating' stamp: 'mir 7/15/2004 15:11'! translated "answer the receiver translated to the default language" ^self translatedTo: LocaleID current! ! !AbstractString methodsFor: 'translating' stamp: 'mir 7/15/2004 15:10'! translatedTo: localeID "answer the receiver translated to the language named languageNameSymbol " ^(Locale localeID: localeID) translator translate: self! ! !Project methodsFor: 'language' stamp: 'mir 7/15/2004 19:17'! naturalLanguage "Answer the natural language for the project" ^self localeID displayLanguage! ! "Postscript: " FileList unregisterFileReader: Language. Vocabulary initialize. Smalltalk garbageCollect !