Click or drag to resize

PFTranslationsGetApplicationTranslations Method

Gets all translations of the specified application.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public static Dictionary<string, string> GetApplicationTranslations(
	PFApplication application,
	string languageCode
)

Parameters

application
Type: Packflow.CorePFApplication
The application.
languageCode
Type: SystemString
The language code (two letters format).

Return Value

Type: DictionaryString, String
DictionaryTKey, TValue
See Also