API Reference

I18n.updateStringsForCategory

Updates all strings for 1 specific category.

Please Note: This function will delete all existing strings in the category before inserting the new ones.


Syntax

bool i18n.updateStringsForCategory ( int appId, string category, string language, array strings )

Arguments

NameTypeRequiredDefault valueDescription
appIdintRequirednoneThe application ID.
categorystringRequirednoneThe category name.
languagestringRequirednoneThe language code.
stringsarrayRequirednoneKey-value pairs of strings to update.

Sample Response

Code examples

0 comments

Be the first to comment on updateStringsForCategory.

Add a Comment

  • captcha