Translation provider interface

interface ITranslator {
    languageCode: string;
    load(domain: string): IRenderMime.TranslationBundle;
}

Hierarchy (View Summary)

Implemented by

Properties

Methods

Properties

languageCode: string

The code of the language in use.

Methods