00001 //----------------------------------------------------------------------------------------
00011 // RCS-ID: $Id: internationalization.h,v 1.5 2002/08/27 05:06:04 robertoconnor Exp $
00012 //----------------------------------------------------------------------------------------
00013
00014 //----------------------------------------------------------------------------------------
00015 // Begin single inclusion of this .h file condition
00016 //----------------------------------------------------------------------------------------
00017
00018 #ifndef _INTERNATIONALIZATION_H_
00019 #define _INTERNATIONALIZATION_H_
00020
00021 //----------------------------------------------------------------------------------------
00022 // GCC interface
00023 //----------------------------------------------------------------------------------------
00024
00025 #if defined(__GNUG__) && ! defined(__APPLE__)
00026 #pragma interface "internationalization.h"
00027 #endif
00028
00029 //----------------------------------------------------------------------------------------
00030 // Shared defines
00031 //----------------------------------------------------------------------------------------
00032
00033 #include "plucker_defines.h"
00034
00035 //----------------------------------------------------------------------------------------
00036 // Begin feature removal condition
00037 //----------------------------------------------------------------------------------------
00038
00039 #if ( setupUSE_INTERNATIONALIZATION )
00040
00041 //----------------------------------------------------------------------------------------
00042 // Headers
00043 //----------------------------------------------------------------------------------------
00044
00045 #include "wx/intl.h"
00046
00047 //----------------------------------------------------------------------------------------
00048 // Class definition: internationalization
00049 //----------------------------------------------------------------------------------------
00050
00052
00057 class internationalization
00058 {
00059
00060 public:
00061
00063
00066 static bool init_internationalization();
00067
00069 static bool finish_internationalization();
00070
00072
00075 static int get_wx_locale_number_from_configuration();
00076
00078
00081 static int get_wx_locale_number_from_choice_dialog();
00082
00083 private:
00084
00085 static bool set_locale_to_locale_wx_number( int locale_wx_number );
00086
00087 static void send_debugging_locale_information();
00088
00089 };
00090
00091 //----------------------------------------------------------------------------------------
00092 // End feature removal condition
00093 //----------------------------------------------------------------------------------------
00094
00095 #endif // setupUSE_INTERNATIONALIZATION
00096
00097 //----------------------------------------------------------------------------------------
00098 // End single inclusion of this .h file condition
00099 //----------------------------------------------------------------------------------------
00100
00101 #endif //_INTERNATIONALIZATION_H_