pub async fn synchronize_language_pack(
language_pack_id: String,
client_id: i32,
) -> Result<(), Error>
Expand description
Fetches the latest versions of all strings from a language pack in the current localization target from the server. This method doesn’t need to be called explicitly for the current used/base language packs. Can be called before authorization
§Arguments
language_pack_id
- Language pack identifierclient_id
- The client id to send the request to