isLocalized
From Bohemia Interactive Community
Click on the images for descriptions
Introduced in
- Game:
- Arma 3
- Version:
- 0.50
Description
- Description:
- Checks whether given string name is localized.
Syntax
Examples
- Example 1:
if (isLocalized "STR_DN_SNAKE") then { hint localize "STR_DN_SNAKE"; } else { hint "STR_DN_SNAKE"; diag_log "ToDo: STR_DN_SNAKE is not localized"; };
Additional Information
- Multiplayer:
- -
- See also:
- localizeWFSideTextStringtable.csvStringtable.xmlBIS_fnc_localize
Notes
Only post proven facts here. Report bugs on the feedback tracker. Use the talk page or the forums for discussions.
Add New Note | How To
Add New Note | How To