gb.language.getCurrentLang

Description

LangCode gb.language.getCurrentLang()

gb.language.getCurrentLang fetchs the currently set language code.

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

none

Returns

LangCode: current language code

Example

N/A