Click or drag to resize

TpsResourceManagerInternalGetResourceSet Method

Overridden. Provides the implementation for finding a ResourceSet of a specific user-assembly and language.

Namespace:  ABB.Robotics.Tps.Resources
Assembly:  ABB.Robotics.Tps.Resources (in ABB.Robotics.Tps.Resources.dll) Version: 6.5.129.0
Syntax
C#
protected override ResourceSet InternalGetResourceSet(
	CultureInfo culture,
	bool createIfNotExists,
	bool tryParents
)

Parameters

culture
Type: System.GlobalizationCultureInfo
The CultureInfo to look for.
createIfNotExists
Type: SystemBoolean
If true and if the ResourceSet has not been loaded yet, load it.
tryParents
Type: SystemBoolean
If the ResourceSet cannot be loaded, try parent CultureInfo objects to see if they exist.

Return Value

Type: ResourceSet
The specified ResourceSet.
See Also