Interface LocalizationServer

interface LocalizationServer {
    loadLocalization(languageId): Promise<Localization>;
}

Implemented by

Methods