#include </home/Hamish/wxwidgets/wxWidgets3.0-3.0.5.1-1.src/wxWidgets3.0-3.0.5.1-1.i686/src/wxWidgets-3.0.5.1/interface/wx/translation.h>
Represents a loaded translations message catalog.
This class should only be used directly by wxTranslationsLoader implementations.
- Since
- 2.9.1
◆ CreateFromData()
Creates catalog from MO file data in memory buffer.
- Parameters
-
data | Data in MO file format. |
domain | Catalog's domain. This typically matches the filename. |
- Returns
- Successfully loaded catalog or NULL on failure.
◆ CreateFromFile()
Creates catalog loaded from a MO file.
- Parameters
-
filename | Path to the MO file to load. |
domain | Catalog's domain. This typically matches the filename. |
- Returns
- Successfully loaded catalog or NULL on failure.