wx.Globalization.POTWriter Class Reference

List of all members.

Public Member Functions

void Close ()
void Dispose ()
 POTWriter (string potFileName)
bool WriteEntry (string key, string translation, string remark)


Detailed Description

Class to write POT entries. This class provides a text writer like interface to write POT entries. You may create a file providing a file name to the ctor. This file will be created including a POT header in UTF-8 character coding. All internal streams will be closed on dispose.

Constructor & Destructor Documentation

wx.Globalization.POTWriter.POTWriter ( string  potFileName  ) 

Creates an instance that will open a file of the provided name. If the extension of the provided name is neither .po nor .pot, this will add esxtension .pot.

Parameters:
potFileName 


Member Function Documentation

void wx.Globalization.POTWriter.Close (  ) 

void wx.Globalization.POTWriter.Dispose (  ) 

bool wx.Globalization.POTWriter.WriteEntry ( string  key,
string  translation,
string  remark 
)

Creates a new entry. If the provided key has already been used, this will return false.

Parameters:
key The key that will be used to identify the translation.
translation The translation.
remark An optional remark (use empty string if not needed). Provide a text that can help translator. This text will be visible in poEdit.
Returns:


Manual of the wx.NET   (c) 2003-2011 the wx.NET project at   Get wx.NET at SourceForge.net. Fast, secure and Free Open Source software downloads