ActGlobalsActLocalizationLocalizationStringsHelper Class |
A safe accessor for ActLocalization.LocalizationStrings.
Usage:
var Trans = new ActGlobals.ActLocalization.LocalizationStringsHelper();
string s = Trans[\"localizationKey\"]; // Will return \"localizationKey\" if the key is not found and write a message in ACT's log.
Trans[\"localizationKey\"] = \"Translated text\";
Inheritance Hierarchy SystemObject Advanced_Combat_TrackerActGlobalsActLocalizationLocalizationStringsHelper
Namespace:
Advanced_Combat_Tracker
Assembly:
Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.2.285
Syntax public class LocalizationStringsHelper
The ActGlobalsActLocalizationLocalizationStringsHelper type exposes the following members.
Constructors Properties See Also