language: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3 |= Game name |0.50|= Game version ____________________...")
 
m (Text replacement - "|= Game version" to "|Game version=")
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{Command|Comments=
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma3 |= Game name
| arma3 |Game name=


|0.50|= Game version
|0.50|Game version=
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns language.  |= Description
| Returns current game language.  |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''language''' |= Syntax
| [[language]] |SYNTAX=


| [[String]] |= RETURNVALUE  
| [[String]] - See [[Stringtable.xml#Supported_languages|supported languages]] for possible values |RETURNVALUE=
 
 
|x1= <code>
</code>|= EXAMPLE1


|x1= <code>_myLanguage = [[language]]; {{codecomment|// will return "English" if game language is set to English}}</code>|EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= SEEALSO  
| [[Stringtable.xml]] |SEEALSO=
 
|  |= MPBEHAVIOUR
____________________________________________________________________________________________
____________________________________________________________________________________________
}}
}}
Line 35: Line 30:
<h3 style='display:none'>Bottom Section</h3>
<h3 style='display:none'>Bottom Section</h3>
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Revision as of 01:20, 1 September 2019

Hover & click on the images for description

Description

Description:
Returns current game language.
Groups:
Uncategorised

Syntax

Syntax:
language
Return Value:
String - See supported languages for possible values

Examples

Example 1:
_myLanguage = language; // will return "English" if game language is set to English

Additional Information

See also:
Stringtable.xml

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section