IResourceService::GetResourceReader Method (CultureInfo^)

 

Locates the resource reader for the specified culture and returns it.

Namespace:   System.ComponentModel.Design
Assembly:  System (in System.dll)

IResourceReader^ GetResourceReader(
	CultureInfo^ info
)

Parameters

info
Type: System.Globalization::CultureInfo^

The CultureInfo of the resource for which to retrieve a resource reader.

Return Value

Type: System.Resources::IResourceReader^

An IResourceReader interface that contains the resources for the culture, or null if no resources for the culture exist.

If no resources are associated with the designer for the specified culture, this method returns null.

.NET Framework
Available since 1.1
Return to top
Show: