Optional
adapter: IntlAdapterOptional
options: OptionsIntlAllows to retrieve current i18n configuration
Allows to retrieve default i18n configuration
Allows to convert plain URL into a one that contains i18n information.
absolute path or absolute URI. Ex: "/test?a=1" or "http://tst.com/"
allows to override current i18n configuration & retrieve localized URL for desired configuration.
Optional
locale?: string[CSR ONLY] Allows to watch changes to locale or currency that are happening at the client side.
Allows to parse URL and receive "non-localized" URL and information about locale that was encoded in URL.
absolute path or absolute URI. Ex: "/test?a=1" or "http://tst.com/"
Changes locale or currency for the whole page
Generated using TypeDoc
WARNING: this class shouldn't be imported directly in the apps or adapters. Use
IlcAppSdk
instead.