set_active_locale
Description:
public void set_active_locale (
string? locale)
Set the current active locale, which is used to get localized messages.
If the Component linking this
Release was fetched from a localized database, usually only one locale is
available.
Parameters:
this |
a Release instance.
|
locale |
a POSIX or BCP47 locale, or null. e.g. "de_DE"
|