Click or drag to resize

MapLocalizerGetLocalizedString Method

Override this method to use a custom localization.

Namespace:  Ptv.XServer.Controls.Map.Localization
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public virtual string GetLocalizedString(
	MapStringId id
)

Parameters

id
Type: Ptv.XServer.Controls.Map.LocalizationMapStringId
The id of the string.

Return Value

Type: String
The localized text.
See Also