Stratal API Reference
    Preparing search index...

    Interface II18nService

    I18n Service interface

    interface II18nService {
        getLocale(): string;
        t(key: MessageKeys, params?: MessageParams): string;
    }
    Index

    Methods

    Methods