protected virtual member function
<locale>

std::messages::do_get

string_type do_get (catalog cat, int set, int msgid,                    const string_type&dfault) const;
Get message from catalog [virtual]
Virtual protected member function called by messages::get to get a message from a message catalog.

Polymorphic derived classes can overwrite the behavior of this function.

See messages::get for its default behavior in messages.

See also