Click or drag to resize

TranslatorWord Constructor (Int32, String, String, Boolean, Boolean)

Namespace:  Dynamicweb.SystemTools
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public Word(
	int languageId,
	string key,
	string word,
	bool isJavaScript,
	bool translated
)

Parameters

languageId
Type: SystemInt32
key
Type: SystemString
word
Type: SystemString
isJavaScript
Type: SystemBoolean
translated
Type: SystemBoolean
See Also