Initializing help system before first use

XNLSgettext

XNLSgettext


Purpose
Get the translation of a text string.
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