vg4->mlang->fb_locale()
Set fallback locale.
SYNTAX
void
vg4->mlang->fb_locale(const char *locale)
FUNCTION PARAMETERS
locale | Locale, e.g. en or de, relevant is only the language before underscore and period (en_US becomes en) |
DESCRIPTION
Set fallback locale.
The fallback locale becomes active if the local locale has no equivalence in the game.
This function must be called before any call to vg4->mlang->add().
SEE ALSO