Documentation / @zerotal/i18n / Lang
Variable: Lang
constLang:Translator
Defined in: i18n/src/facades/Lang.ts:12
Facade for the translation service (container key i18n). Resolves against
the active request locale via I18nContext.
Example
import { Lang } from '@zerotal/i18n';
Lang.translate('welcome.greeting', { name: 'Alice' });