expanded class INTERNATIONALIZATION
Summary
Overview
features
set_factory (a_bundle_factory: BUNDLE_FACTORY)
once procedure
Sets the bundle factory to use.
bundle_factory: BUNDLE_FACTORY
effective function
format (bundle_name: STRING, key: STRING, parameters: TRAVERSABLE[STRING]): STRING
effective function
Formats the value attached to the given key in the bundle knowned by its bundle_name (retrieved via the bundle_factory).
locale: LOCALE
effective function
The current locale
set_locale (a_locale: LOCALE)
effective procedure
Change the locale
default_locale: LOCALE
effective function
The default locale (set by the system at application startup)
bundle_factory_memory: REFERENCE[BUNDLE_FACTORY]
once function
locale_memory: REFERENCE[LOCALE]
once function
default_locale_memory: REFERENCE[LOCALE]
once function
default_create
effective procedure
Default creation method.
i18n_user_country: POINTER
i18n_user_language: POINTER