isLocalized: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|seealso= *\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 $2")
m (Text replacement - "\|seealso= *\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 ")
Line 28: Line 28:
|x2= <code>[[isLocalized]] "$STR_USRACT_ADJUST"; {{cc|Since Arma v2.04}}</code>
|x2= <code>[[isLocalized]] "$STR_USRACT_ADJUST"; {{cc|Since Arma v2.04}}</code>


|seealso= [[localize]],[[diag_localized]] [[getTextRaw]] [[WFSideText]] [[Stringtable.csv]], [[Stringtable.xml]], [[BIS_fnc_localize]]
|seealso= [[localize]],[[diag_localized]] [[getTextRaw]] [[WFSideText]] [[Stringtable.csv]] [[Stringtable.xml]], [[BIS_fnc_localize]]
}}
}}

Revision as of 17:45, 20 January 2022

Hover & click on the images for description

Description

Description:
Checks whether given stringName is localized.
Groups:
StringsLocalization

Syntax

Syntax:
isLocalized stringName
Parameters:
stringName: String - String which leads to localisation. Casing does not matter. Since Arma 3 v2.04 a string starting with "$" is supported as well
Return Value:
Boolean

Examples

Example 1:
if (isLocalized "STR_USRACT_ADJUST") then { hint localize "STR_USRACT_ADJUST"; } else { hint "STR_USRACT_ADJUST"; diag_log "ToDo: STR_USRACT_ADJUST is not localized"; };
Example 2:
isLocalized "$STR_USRACT_ADJUST"; // Since Arma v2.04

Additional Information

See also:
localizediag_localized getTextRaw WFSideText Stringtable.csv Stringtable.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