Click or drag to resize

MapLocalizerGetString Method

Gets the localizes string for a MapStringId.

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

Parameters

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

Return Value

Type: String
The localized text.
See Also