Name

gettext — get text translated into the current locale and domain.

Calling Sequence

msg=gettext(myString)

Parameters

string

the message to be translated

Description

gettext get the translation of a string to the current locale in the current domain.

Examples

 
gettext('Startup execution:')
 

See Also

dgettext

Authors

Sylvestre Ledru