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
appIdintRequirednoneApplication id
categorystringRequirednoneCategory to update
languagestringRequirednoneLanguage of the strings (2-letter iso code)
stringsarrayRequirednoneStruct with key-value pairs

Sample Response

Code examples

0 comments

Be the first to comment on updateStringsForCategory.

Add a Comment

  • captcha