Click or drag to resize

TranslationEntry Constructor (String, String)

Initializes a new instance of the TranslationEntry class

Namespace:  Dynamicweb.Rendering.Translation
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public TranslationEntry(
	string cultureName,
	string value
)

Parameters

cultureName
Type: SystemString
value
Type: SystemString
See Also