Click or drag to resize

ResourceAddTranslation Method

Adds a translation for the specified language. If a translation already exists for the specified language, it is overridden.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public void AddTranslation(
	string value,
	string lang
)

Parameters

value
Type: SystemString
Value of the translation.
lang
Type: SystemString
The language code (two letter format).
See Also