Click or drag to resize

PFApplicationGetTranslation Method (Resource, Boolean)

Gets a translation from a resource, using the current site language or the current user language.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public string GetTranslation(
	Resource resource,
	bool useCurrentUserSetting = false
)

Parameters

resource
Type: Packflow.ModelingResource
useCurrentUserSetting (Optional)
Type: SystemBoolean

Return Value

Type: String
See Also