IResourceService::GetResourceWriter Method (CultureInfo^)

 

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

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

IResourceWriter^ GetResourceWriter(
	CultureInfo^ info
)

Parameters

info
Type: System.Globalization::CultureInfo^

The CultureInfo of the resource for which to create a resource writer.

Return Value

Type: System.Resources::IResourceWriter^

An IResourceWriter interface for the specified culture.

This method creates a new resource for the specified culture and destroys an existing resource, if one already exists.

.NET Framework
Available since 1.1
Return to top
Show: