IResourceService::GetResourceReader Method (CultureInfo^)
.NET Framework (current version)
Locates the resource reader for the specified culture and returns it.
Assembly: System (in System.dll)
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
Available since 1.1
Show: