Click or drag to resize

LocalizableMessagetag Field

Tag to use when resolving the string via the Localizer.

Namespace:  KSPDev.GUIUtils
Assembly:  KSPDev_Utils.1.0 (in KSPDev_Utils.1.0.dll) Version: 1.0 for KSP v1.6+
Syntax
C#
public readonly string tag
Request Example View Source

Field Value

Type: String
Remarks
It can be null to indicate that the localization is not needed. In this case the defaultTemplate will be used as text.
See Also