diag localized: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (Created page with "{{RV|type=command | arma3dev |gr1= Strings | 2.03 | Returns array with localized keys from the given stringtable or the array of all stringtables names if empty string...") |
Killzone Kid (talk | contribs) No edit summary |
||
Line 20: | Line 20: | ||
|x2 = <code>[[private]] _allTables = [[diag_localized]] "";</code> | |x2 = <code>[[private]] _allTables = [[diag_localized]] "";</code> | ||
| [[localize]], [[isLocalized]], [[getTextRaw]] | | [[localize]], [[isLocalized]], [[getTextRaw]], [[Stringtable.csv]], [[Stringtable.xml]], [[BIS_fnc_localize]] | ||
}} | }} |
Revision as of 11:58, 10 February 2021
Description
- Description:
- Description needed
- Groups:
- Strings
Syntax
- Syntax:
- Syntax needed
- Parameters:
- config: String - stringtable name or ""
- Return Value:
- Return value needed
Examples
- Example 1:
private _randomKey = selectRandom diag_localized "Global"; hint format ["Key: %1\nValue: %2", _randomKey, localize _randomKey];
- Example 2:
private _allTables = diag_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