Click or drag to resize

TranslationSetTranslation Method (String, String, CultureInfo, KeyScope, Design)

Namespace:  Dynamicweb.Rendering.Translation
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public static void SetTranslation(
	string key,
	string translation,
	CultureInfo culture,
	KeyScope scope,
	Design design
)

Parameters

key
Type: SystemString
translation
Type: SystemString
culture
Type: System.GlobalizationCultureInfo
scope
Type: Dynamicweb.Rendering.TranslationKeyScope
design
Type: Dynamicweb.Rendering.DesignerDesign
See Also