diag localized: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \|(x[0-9]|p[0-9]{1,2}|descr|game[0-9]|version[0-9]|s[0-9]|exec|r[0-9]|arg|eff|branch|serverExec|gr[0-9]|mp|pr|seealso) +=" to " |$1=") |
Lou Montana (talk | contribs) m (Text replacement - ";[ ]+ " to "; ") |
||
Line 16: | Line 16: | ||
|r1= [[Array]] - array of [[Strings]], see description | |r1= [[Array]] - array of [[Strings]], see description | ||
|x1= <code>[[private]] _randomKey = [[selectRandom]] [[diag_localized]] "Global"; | |x1= <code>[[private]] _randomKey = [[selectRandom]] [[diag_localized]] "Global"; | ||
[[hint]] [[format]] ["Key: %1\nValue: %2", _randomKey, [[localize]] _randomKey];</code> | [[hint]] [[format]] ["Key: %1\nValue: %2", _randomKey, [[localize]] _randomKey];</code> | ||
Revision as of 00:54, 8 August 2021
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