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.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void RegisterTranslations(
Type stringResourcesType,
string namespace
)
Sub RegisterTranslations (
stringResourcesType As Type,
namespace As String
)
void RegisterTranslations(
Type^ stringResourcesType,
String^ namespace
)
abstract RegisterTranslations :
stringResourcesType : Type *
namespace : string -> unit
Parameters
- stringResourcesType
- Type: SystemType
- namespace
- Type: SystemString
See Also