Click or drag to resize

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.7.0.280
Syntax
C#
public class LocalizationStringsHelper

The ActGlobalsActLocalizationLocalizationStringsHelper type exposes the following members.

Constructors
  NameDescription
Public methodActGlobalsActLocalizationLocalizationStringsHelper
Initializes a new instance of the ActGlobalsActLocalizationLocalizationStringsHelper class
Top
Properties
  NameDescription
Public propertyItem
Top
See Also