IResourceService::GetResourceWriter Method (CultureInfo^)
.NET Framework (current version)
Locates the resource writer 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 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
Available since 1.1
Show: