localize
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Operation Flashpoint
- Version:
- 1.00
Description
- Description:
- Used to internationalise text messages.
A string is returned from Stringtable.csv which corresponds to the STR_Token.
Syntax
- Syntax:
- String = localize "STR_Token"
- Return Value:
- STR_Token: String found in corresponding entry in stringtable.csv
____________________________________________________________________________________________
Examples
- Example 1:
_ThisLanguage = localize "STR_DN_FROG"
Additional Information
- Multiplayer:
- Behaviour unknown.
- See also:
- Stringtable.csv File Format

