gb.language.setCurrentLang

Description

void gb.language.setCurrentLang( LangCode code )

gb.language.setCurrentLang sets the current language.

If you are wanting to add to your game that the player can change the language....don't. They can already do so via loader.bin

This is used internally for the home menu. I cannot think of any other use for this. So if you are using this for your game you are maybe doing something wrong....

Parameters

  • LangCode code: the language code of the langauge to set to

Returns

none

Example

N/A