Role Playing Database (API Documentation)  3.1.1
Functions
gettext Namespace Reference

Functions

 _m (msgid,...)
 
 _mx (...)
 
 _ (...)
 

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.