Function get_language_pack_strings

Source
pub async fn get_language_pack_strings(
    language_pack_id: String,
    keys: Vec<String>,
    client_id: i32,
) -> Result<LanguagePackStrings, Error>
Expand description

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

ยงArguments

  • language_pack_id - Language pack identifier of the strings to be returned
  • keys - Language pack keys of the strings to be returned; leave empty to request all available strings
  • client_id - The client id to send the request to