Class POFileUtils.POEntry
Inheritance
POFileUtils.POEntry
Syntax
Fields
Declaration
public string ExtractedComments
Field Value
Flag
, flag
Declaration
Field Value
PreviousUntranslatedString
| msgid "previous-untranslated-string"
Declaration
public string PreviousUntranslatedString
Field Value
Reference
: reference
Declaration
Field Value
TranslatedString
msgstr "translated-string"
Declaration
public string TranslatedString
Field Value
Declaration
public string TranslatorComments
Field Value
UntranslatedString
msgid "untranslated-string"
Declaration
public string UntranslatedString
Field Value
Methods
IsValid()
Does this entry contain the minimum information to be a valid entry.
Declaration
Returns
Serialize()
Serializes this entry to a string representation.
Declaration
public string Serialize()
Returns