localize: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(+ category)
mNo edit summary
Line 12: Line 12:
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''localize ''stringName''''' |= Syntax
| [[String]] <nowiki>=</nowiki>'''localize ''"[[String]]"''''' |= Syntax


|p1= stringName: [[String]] |= Parameter 1


| [[String]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>localize "STR_DN_FROG"</pre> |= Example 1
|x1= <pre>_LocalString=localize "STR_DN_FROG"</pre> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 05:52, 28 August 2007

Hover & click on the images for description

Description

Description:
Replace string with given stringName with corresponding localized text from Stringtable.csv.
Groups:
Uncategorised

Syntax

Syntax:
String =localize "String"
Return Value:
Stringtable.csv File Format

Examples

Example 1:
_LocalString=localize "STR_DN_FROG"

Additional Information

See also:
See also needed

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