steam_current_game_language

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

 

Syntax:

steam_current_game_language();

 

Returns:

String

 

Example:

language = steam_current_game_language();

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