#include </cygdrive/c/Users/Hamis/Cygwin-packaging/wxWidgets3.1/wxWidgets3.1-3.1.5-2.x86_64/src/wxWidgets-3.1.5/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.