ILocalizer.Save(IResourceWriter) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Save localizer resources to stream.
public void Save (System.Resources.IResourceWriter writer);
abstract member Save : System.Resources.IResourceWriter -> unit
Public Sub Save (writer As IResourceWriter)
Parameters
- writer
- IResourceWriter
Where to write resources.
Remarks
Resource values are all strings. The key and value can have different parts separated by semi-colons. Key | Value | Description ----|-------|------------ key;VALUE | string | Simple value. key;LIST | string[;string]* | List of values. usage;field[;field]*;TEMPLATE | pattern[;pattern]* | List of template patterns. Key includes fields that use template.