Click or drag to resize

ResourceGetTranslation Method

Gets a translation for the specified language. If not found, the english one is returned. If also not found, the first available one is returned.

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

Parameters

lang
Type: SystemString
The language code (two letter format).

Return Value

Type: String
String
See Also