Boost.Locale
|
This namespace holds classes that provide GNU Gettext message catalogs support. More...
Classes | |
struct | messages_info |
This structure holds all information required for creating gnu-gettext message catalogs,. More... | |
Functions | |
template<typename CharType , class = boost::locale::detail::enable_if_is_supported_char<CharType>> | |
message_format< CharType > * | create_messages_facet (const messages_info &info) |
This namespace holds classes that provide GNU Gettext message catalogs support.
message_format< CharType > * boost::locale::gnu_gettext::create_messages_facet | ( | const messages_info & | info | ) |
Create a message_format facet using GNU Gettext catalogs. It uses info structure to get information about where to read them from and uses it for character set conversion (if needed)