this class represents a localization backend that can be used for localizing your application.
More...
this class represents a localization backend that can be used for localizing your application.
Backends are usually registered inside the localization backends manager and allow transparent support of different backends, so a user can switch the backend by simply linking the application to the correct one.
Backends may support different tuning options, but these are the default options available to the user for all of them
locale
- the name of the locale in POSIX format like en_US.UTF-8
use_ansi_encoding
- select system locale using ANSI codepages rather then UTF-8 under Windows by default
message_path
- path to the location of message catalogs (vector of strings)
message_application
- the name of applications that use message catalogs (vector of strings)
Each backend can be installed with a different default priotiry so when you work with two different backends, you can specify priotiry so this backend will be chosen according to their priority.