set_locale_string_list


Description:

public void set_locale_string_list (string group_name, string key, string locale, string[] list)

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.

Parameters:

this

a KeyFile

group_name

a group name

key

a key

locale

a locale identifier

list

a null-terminated array of locale string values

length

the length of list