Click or drag to resize
IWebAdminViewManagerRegisterTranslations Method
Registers a string resources file that should be made available to JavaScript. It can be loaded via the URL WebAdmin/Script/Strings.<namespace>.js. Do not use the namespace Server, that is used by the plugin to expose the VRS's strings. Strings.js loads the web site strings and a Globalize object for the server's language.

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void RegisterTranslations(
	Type stringResourcesType,
	string namespace
)

Parameters

stringResourcesType
Type: SystemType
namespace
Type: SystemString
See Also