GetLanguagePackString constructor

GetLanguagePackString(
  1. {required String language_pack_database_path,
  2. required String localization_target,
  3. required String language_pack_id,
  4. required String key,
  5. int? extra,
  6. int? clientId}
)

Returns a string stored in the local database from the specified localization target and language pack by its key. Returns a 404 error if the string is not found. Can be called synchronously

Returns LanguagePackStringValue

Implementation

GetLanguagePackString