GetObject
Returns a resource from the specified culture.
Public Function GetObject(
ByRef ResourceName As Variant,
ByRef ResourceType As Variant,
Optional ByRef CultureID As Variant ) As Variant
Parameters
- ResourceName
-
[ByRef]
Variant.
The resource identifier.
- ResourceType
-
[ByRef]
Variant.
The type of resource to search for.
- CultureID
-
[ByRef]
Optional.
Variant.
A CultureInfo object or Culture ID. The current culture is used if this parameter is missing.
Return Values
Variant - The resource value, or Empty if the resourse was not found.
See Also
Project CorLib Overview
Class ResourceManager Overview