XNLSgettext
XNLSgettext |
Purpose
Synopsis
const char *XNLSgettext(XNLSdomain domain, const char *txt);
Arguments
domain
|
Domain
|
txt
|
Message to translate
|
Return value
Translated message or
txt if no translation could be found.
Further information
The function returns its argument
txt if the current language is English or no translation is found or the text to translate is
NULL or an empty string.
Related topics