#include "gdef.h"
#include <string>
#include <clocale>
Go to the source code of this file.
|
namespace | G |
| Low-level classes.
|
|
|
void | G::gettext_init (const std::string &localedir, const std::string &name) |
| Initialises the gettext() library. More...
|
|
constexpr const char * | G::gettext_noop (const char *p) |
| Marks a string for translation at build-time, but no translation is applied at run-time. More...
|
|
const char * | G::gettext (const char *) |
| Returns the message translation in the current locale's codeset, eg. More...
|
|