C# Class I18N.Format.Localizable

Inheritance: ILocalizable
Show file Open project: PixelMEDIA/I18N Class Usage Examples

Public Methods

Method Description
Create ( string path, string language, string prefix ) : StreamWriter
Write ( System.Xml.Linq.XDocument &doc, string outputPath, string language, string &FILENAME_PREFIX, string &ATTRIBUTE_ID, System.Xml.Linq.XName &xname, System.Xml.Linq.XName &xtarget ) : bool

Method Details

Create() public method

public Create ( string path, string language, string prefix ) : StreamWriter
path string
language string
prefix string
return System.IO.StreamWriter

Write() public method

public Write ( System.Xml.Linq.XDocument &doc, string outputPath, string language, string &FILENAME_PREFIX, string &ATTRIBUTE_ID, System.Xml.Linq.XName &xname, System.Xml.Linq.XName &xtarget ) : bool
doc System.Xml.Linq.XDocument
outputPath string
language string
FILENAME_PREFIX string
ATTRIBUTE_ID string
xname System.Xml.Linq.XName
xtarget System.Xml.Linq.XName
return bool