Click or drag to resize

ResourceTryGetTranslation Method

Tries to get a translation for the specified language. If not found, returns null.

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 TryGetTranslation(
	string lang
)

Parameters

lang
Type: SystemString

Return Value

Type: String
See Also