#include <internationalization.h>
Static Public Methods |
|
| bool | init_internationalization () |
| Initialize internationalization for the application. |
|
| bool | finish_internationalization () |
| Finishes the internationalization. Currently does nothing. |
|
| int | get_wx_locale_number_from_configuration () |
| Get the wx_locale_number from the application's configuration file. |
|
| int | get_wx_locale_number_from_choice_dialog () |
| Get the wx_locale_number from a language user entered in a choice dialog. |
|
Maintains what translation (using .po files) of the program to use. All translations are located in plucker-desktop/langs directory. See note in plucker-desktop/langs more information on how to translate.
|
|
Get the wx_locale_number from a language user entered in a choice dialog.
|
|
|
Get the wx_locale_number from the application's configuration file.
|
|
|
Initialize internationalization for the application.
|