Next: Vala, Previous: Pascal - Free Pascal Compiler, Up: Individual Programming Languages [Contents][Index]
smalltalk
gnu-smalltalk
st
'abc'
NLS ? 'abc'
LcMessagesDomain>>#at:
, LcMessagesDomain>>#at:plural:with:
LcMessages>>#domain:localeDirectory:
(returns a LcMessagesDomain
object).
Example: I18N Locale default messages domain: 'gettext' localeDirectory: /usr/local/share/locale'
LcMessages>>#domain:localeDirectory:
, see above.
Automatic if you use I18N Locale default
.
PackageLoader fileInPackage: 'I18N'!
emulate
xgettext
'%1 %2' bindWith: 'Hello' with: 'world'
fully portable
—
An example is available in the examples directory:
hello-smalltalk
.