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