Model Railroad System
2.2.1
|
Localization functions. More...
Functions | |
_m (msgid,...) | |
Handle messages with a context hint prefix (eg Label|lab). More... | |
_mx (...) | |
Get maxlength of a set of messages with a context hint prefix. More... | |
_ (...) | |
Get a localized from the message catalog and deal with formating possible arguments, by calling ::msgcat::mc. More... | |
Localization functions.
Functions to fetch localized messages from the message catalog.
gettext 1.0
gettext::_ | ( | ... | ) |
Get a localized from the message catalog and deal with formating possible arguments, by calling ::msgcat::mc.
gettext::_m | ( | msgid | , |
... | |||
) |
Handle messages with a context hint prefix (eg Label|lab).
gettext::_mx | ( | ... | ) |
Get maxlength of a set of messages with a context hint prefix.
Used to compute label widths.