Player.language

Gets the language of the player. The string will be in the Settings.ACCEPTED_LANGUAGES array, as indicated in the hub's configuration file.

class Player
pure nothrow @property @safe @nogc
string
language
()

Meta