isLocalized: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) No edit summary |
Lou Montana (talk | contribs) m (Text replacement - "\{\{( *)Informative( *)\|" to "{{$1Feature$2|$2Informative$2|") |
||
Line 8: | Line 8: | ||
| Checks whether given string name is [[localize]]d. | | Checks whether given string name is [[localize]]d. | ||
{{Informative | Since Arma 3 v2.03.147217, [[isLocalized]] accepts <tt>"$IDS<number>"</tt> and <tt>"$STR<name>"</tt> localization template formats (see [[localize]])}} | {{Feature | Informative | Since Arma 3 v2.03.147217, [[isLocalized]] accepts <tt>"$IDS<number>"</tt> and <tt>"$STR<name>"</tt> localization template formats (see [[localize]])}} | ||
| '''isLocalized''' stringName | | '''isLocalized''' stringName | ||
Revision as of 00:11, 7 February 2021
Description
- Description:
- Description needed
- Groups:
- Strings
Syntax
- Syntax:
- Syntax needed
- Parameters:
- stringName: String
- Return Value:
- Return value needed
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:
- 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