steam_current_game_language

Returns the language string for the game.

Syntax:

steam_current_game_language();


Returns: String


Description

This function is used retrieve the current language that Steam is using (as a string), for example "english".


Example:

language = steam_current_game_language();

The above code gets the language used for the current game.


Back: Steam API
Next: steam_available_languages
© Copyright YoYo Games Ltd. 2018 All Rights Reserved