diag localized: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) |
Lou Montana (talk | contribs) m (Text replacement - "\|seealso= *\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 ") |
||
Line 23: | Line 23: | ||
|x3= <code>[[diag_localized]] "Global" [[select]] 0; // "$STR_A3_SHOWCASE_SLINGLOADING_15_AMMODROPPED_PIL_0"</code> | |x3= <code>[[diag_localized]] "Global" [[select]] 0; // "$STR_A3_SHOWCASE_SLINGLOADING_15_AMMODROPPED_PIL_0"</code> | ||
|seealso= [[localize]] [[isLocalized]] [[getTextRaw]] | |seealso= [[localize]] [[isLocalized]] [[getTextRaw]] [[Stringtable.csv]], [[Stringtable.xml]], [[BIS_fnc_localize]] | ||
}} | }} |
Revision as of 15:41, 20 January 2022
Description
- Description:
- Returns array with all localized keys from the given stringtable or the array of all stringtables names if empty string "" is given. Common stringtables are: "Global", "Mission", "Campaign".
- Groups:
- StringsLocalization
Syntax
- Syntax:
- diag_localized stringtable
- Parameters:
- stringtable: String - stringtable name or ""
- Return Value:
- Array - array of Strings, see description
Examples
- Example 1:
private _randomKey = selectRandom diag_localized "Global"; hint format ["Key: %1\nValue: %2", _randomKey, localize _randomKey];
- Example 2:
private _allTables = diag_localized "";
- Example 3:
diag_localized "Global" select 0; // "$STR_A3_SHOWCASE_SLINGLOADING_15_AMMODROPPED_PIL_0"
Additional Information
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