 | TranslatorWord Constructor (Int32, String, String, Boolean, Boolean) |
Namespace:
Dynamicweb.SystemTools
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic Word(
int languageId,
string key,
string word,
bool isJavaScript,
bool translated
)
Public Sub New (
languageId As Integer,
key As String,
word As String,
isJavaScript As Boolean,
translated As Boolean
)
Parameters
- languageId
- Type: SystemInt32
- key
- Type: SystemString
- word
- Type: SystemString
- isJavaScript
- Type: SystemBoolean
- translated
- Type: SystemBoolean
See Also