SetCustomLanguagePack constructor

SetCustomLanguagePack(
  1. {required LanguagePackInfo info,
  2. required List<LanguagePackString> strings,
  3. int? extra,
  4. int? clientId}
)

Adds or changes a custom local language pack to the current localization target

Returns Ok

Implementation

SetCustomLanguagePack