set_l10n_language
Description:
Sets the INSTALL_CONFIG_PROP_L10N_LANGUAGE parameter.
The expected format of this string is the gettext locale names standard:
https://www.gnu.org/savannah-checkouts/gnu/gettext/manual/html_node/Locale-Names.html
Encoding and variant are (at least for now) not supported. For example, 'pt_BR' is accepted is accepted as the language codes for Brazilian Portuguese but 'pt_BR.utf8' is not.
Parameters:
this |
the install config |
language |
the language |