Click or drag to resize
HtmlLocaliserGetLocalisedText Method
Returns the localised version of the text passed across.

Namespace: VirtualRadar.WebSite
Assembly: VirtualRadar.WebSite (in VirtualRadar.WebSite.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string GetLocalisedText(
	string text
)

Parameters

text
Type: SystemString

Return Value

Type: String
Remarks
If the text starts and ends with :: then the inner part is taken to be the name of a string in Strings and it's returned.
See Also