ResourceManager: GetString

GetString

Returns a resource string for the specific culture.



 Public Function GetString(
	  ByRef ResourceName As Variant,
	  Optional ByRef CultureID As Variant ) As String

Parameters

ResourceName
[ByRef] Variant. The resource ID.
CultureID
[ByRef] Optional. Variant. A CultureInfo object or Culture ID. The current culture is used if this parameter is missing.

Return Values

String -  The resource as a String, or an empty string if the resource was not found.

See Also

Project CorLib Overview

Class ResourceManager Overview