Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Methods

  • delete(dictionaryID: string): Promise<string>
  • languageDelete(dictionaryID: string, locale: string): Promise<string>
  • Delete a language from a dictionary.

    Parameters

    • dictionaryID: string

      Dictionary ID.

    • locale: string

      Language locale string (e.g. en-US).

    Returns Promise<string>

  • languageEdit(dictionaryID: string, locale: string, languageObj: LanguageEditData): Promise<string>