Difference between revisions of "Application:getLanguage"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
Line 5: Line 5:
 
Returns the user language in ISO 639-1 format.
 
Returns the user language in ISO 639-1 format.
  
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(string) = application:getLanguage()
 
(string) = application:getLanguage()
 
</source>
 
</source>

Revision as of 17:38, 12 July 2023

Available since: Gideros 2011.6
Class: Application

Description

Returns the user language in ISO 639-1 format.

<syntaxhighlight lang="lua"> (string) = application:getLanguage() </source>

Return values

Returns (string) The user language