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. Since 2.6

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. [array zero-terminated=1 length=length]

Meta