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

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