IHtmlLocaliser Interface |
Namespace: VirtualRadar.Interface.WebSite
The IHtmlLocaliser type exposes the following members.
Name | Description | |
---|---|---|
LocalisedStringsMap |
Gets the localised strings that the localiser is using.
|
Name | Description | |
---|---|---|
AddResourceStrings |
Adds resource strings to the localised strings map.
| |
ConvertResourceStringToHtmlString |
Escapes HTML in the string, converts linebreaks to break tags and so on.
| |
ConvertResourceStringToJavaScriptString |
Escapes quotes in the string, converts linebreaks to \r or \n etc.
| |
Html |
Replaces all instances of ::STRING:: with the localised text.
| |
Initialise |
Initialises the localiser with the Virtual Radar Server application strings.
| |
Initialise(Type) |
Initialises the localiser with the strings from the compiled resource object passed across.
|