KeyFile.setLocaleStringList

Associates a list of string values for @key and @locale under @group_name. If the translation for @key cannot be found then it is created.

class KeyFile
void
setLocaleStringList
(
string groupName
,
string key
,
string locale
,
string[] list
)

Parameters

groupName string

a group name

key string

a key

locale string

a locale identifier

list string[]

a %NULL-terminated array of locale string values

Meta