Click or drag to resize

PFPlugin_TranslationOverrideTranslation Method

Override this method to customize a specific translation.

Namespace:  Packflow.Plugins
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public virtual string OverrideTranslation(
	string name,
	string language,
	string defaultValue
)

Parameters

name
Type: SystemString
language
Type: SystemString
defaultValue
Type: SystemString

Return Value

Type: String
See Also