Click or drag to resize

LocalizableItemAttributeGetLocalizedString Method

Returns the localized string.

Namespace:  KSPDev.GUIUtils
Assembly:  KSPDev_Utils.2.3 (in KSPDev_Utils.2.3.dll) Version: 2.3 for KSP v1
Syntax
C#
public string GetLocalizedString()
Request Example View Source

Return Value

Type: String
The localized string of the defaultTemplate if no localization content found.
Remarks
This method is primary designed for the KSPDev localization code. There are no good use cases for the application code to invoke it.
See Also