Click or drag to resize

TpsResourceManagerLoadGlobalResourcesFiles Method

Loads the resources for an specific language.

Namespace:  ABB.Robotics.Tps.Resources
Assembly:  ABB.Robotics.Tps.Resources (in ABB.Robotics.Tps.Resources.dll) Version: 6.5.129.0
Syntax
C#
public static bool LoadGlobalResourcesFiles(
	string lang
)

Parameters

lang
Type: SystemString
A predefined CultureInfo name or the Name of an existing CultureInfo.

Return Value

Type: Boolean
trueif the resources were successfully loaded; otherwise, false.
Remarks
Tries to fetch the resources files of the requested language from the controller.
See Also