C# Class I18N.Xliff.XliffParser

Mostra file Open project: PixelMEDIA/I18N

Public Methods

Method Description
Help ( ) : void

Private Methods

Method Description
Main ( string args ) : void

Reads an XLIFF file as input and generates a properties file for the language contained in the input file. If the input target language is zh-CN, the output file will be named ApplicationResources_zh-CN.properties. The output file is generated in the same directory as the input file

Method Details

Help() public static method

public static Help ( ) : void
return void