API Reference

I18n.updateString

Updates a translated string.


Syntax

void i18n.updateString ( int appId, string category, string keyword, string language, string string )

Arguments

NameTypeRequiredDefault valueDescription
appIdintRequirednoneApplication Id
categorystringRequirednoneCategory name
keywordstringRequirednoneKeyword to update
languagestringRequirednoneLanguage of the string (2-letter iso code)
stringstringRequirednoneTranslation

Sample Response

Code examples

0 comments

Be the first to comment on updateString.

Add a Comment

  • captcha