isLocalized

From Bohemia Interactive Community
Revision as of 13:09, 14 March 2021 by R3vo (talk | contribs) (formatting and new command group)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Checks whether given string name is localized.
Since Arma 3 v2.03.147217, isLocalized accepts prefix "$" in the key name
🚧
TODO: Remove above with 2.04 release, update examples
Groups:
StringsLocalization

Syntax

Syntax:
Syntax needed
Parameters:
stringName: String
Return Value:
Boolean

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

See also:
localizediag_localizedgetTextRawWFSideTextStringtable.csvStringtable.xmlBIS_fnc_localize

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