HtmlLocaliserGetLocalisedText Method |
Returns the localised version of the text passed across.
Namespace: VirtualRadar.WebSiteAssembly: VirtualRadar.WebSite (in VirtualRadar.WebSite.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string GetLocalisedText(
string text
)
Public Function GetLocalisedText (
text As String
) As String
public:
String^ GetLocalisedText(
String^ text
)
member GetLocalisedText :
text : string -> string
Parameters
- text
- Type: SystemString
Return Value
Type:
StringRemarks 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