Click or drag to resize

LocalizableMessageloadedLocVersion Field

Currently cached version of the localization content.

Namespace:  KSPDev.GUIUtils
Assembly:  KSPDev_Utils.1.0 (in KSPDev_Utils.1.0.dll) Version: 1.0 for KSP v1.6+
Syntax
C#
protected int loadedLocVersion
Request Example View Source

Field Value

Type: Int32
Remarks
If this version is different from the systemLocVersion, then the message localizedTemplate will be reloaded from the config when accessed.
See Also