pub async fn set_custom_language_pack_string(
language_pack_id: String,
new_string: LanguagePackString,
client_id: i32,
) -> Result<(), Error>
Expand description
Adds, edits or deletes a string in a custom local language pack. Can be called before authorization
ยงArguments
language_pack_id
- Identifier of a previously added custom local language pack in the current localization targetnew_string
- New language pack stringclient_id
- The client id to send the request to