|
Model Railroad System 2.2.2
|
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.
Referenced by cmri::CMri::_readbyte().
| gettext::_m | ( | msgid | , |
| ... | |||
| ) |
Handle messages with a context hint prefix (eg Label|lab).
Referenced by lcc::ConfigurationEditor::_readall().
| gettext::_mx | ( | ... | ) |
Get maxlength of a set of messages with a context hint prefix.
Used to compute label widths.