Model Railroad System  2.2.1
Functions
gettext Namespace Reference

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...
 

Detailed Description

Localization functions.

Functions to fetch localized messages from the message catalog.

Author
Robert Heller <heller@deepsoft.com>

Package provided

gettext 1.0

Function Documentation

◆ _()

gettext::_ (   ...)

Get a localized from the message catalog and deal with formating possible arguments, by calling ::msgcat::mc.

◆ _m()

gettext::_m ( msgid  ,
  ... 
)

Handle messages with a context hint prefix (eg Label|lab).

◆ _mx()

gettext::_mx (   ...)

Get maxlength of a set of messages with a context hint prefix.

Used to compute label widths.