GetLanguagePackStrings constructor

GetLanguagePackStrings(
  1. {required String language_pack_id,
  2. required List<String> keys,
  3. int? extra,
  4. int? clientId}
)

Returns strings from a language pack in the current localization target by their keys. Can be called before authorization

Returns LanguagePackStrings

Implementation

GetLanguagePackStrings