Defines | Functions

lib/include/vmware/tools/i18n.h File Reference

#include <glib.h>
Include dependency graph for i18n.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define MSG_MAGIC   "@&!*@*@"
#define MSG_MAGIC_LEN   7
#define MSGID(id)   MSG_MAGIC "(" #id ")"
#define SU_(msgid, en)   VMTools_GetString(VMW_TEXT_DOMAIN, MSGID(msgid) en)

Functions

G_BEGIN_DECLS void VMTools_BindTextDomain (const char *domain, const char *locale, const char *catdir)
const char * VMTools_GetString (const char *domain, const char *msgid)

Detailed Description

Functions and macros to help with internationalization and localization of applications.