Click or drag to resize
LocalisedStringsMapTryGetLocalisedString Method
Returns the localised string for the name passed across. If there is no such localised string then null is returned.

Namespace: VirtualRadar.Localisation
Assembly: VirtualRadar.Localisation (in VirtualRadar.Localisation.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string TryGetLocalisedString(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: String
See Also