IHtmlLocaliserAddResourceStrings Method |
Adds resource strings to the localised strings map.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void AddResourceStrings(
Type resourceStringsType
)
Sub AddResourceStrings (
resourceStringsType As Type
)
void AddResourceStrings(
Type^ resourceStringsType
)
abstract AddResourceStrings :
resourceStringsType : Type -> unit
Parameters
- resourceStringsType
- Type: SystemType
See Also