set_locale_string_list
Description:
Associates a list of string values for key and locale under group_name.
If locale is `C` then the untranslated value is set (since GLib 2.84).
If the translation for key cannot be found then it is created.
Parameters:
| this |
a key file |
| 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 |