KeyFile.setLocaleString

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

class KeyFile
void
setLocaleString
(
string groupName
,
string key
,
string locale
,
string string_
)

Parameters

groupName string

a group name

key string

a key

locale string

a locale identifier

string_ string

a string

Meta