| 
    KiCad PCB EDA Suite
    
   | 
 
A small class to handle the list of existing translations. More...
#include <pgm_base.h>
Public Attributes | |
| int | m_WX_Lang_Identifier | 
| wxWidgets locale identifier (See wxWidgets doc)   | |
| int | m_KI_Lang_Identifier | 
| KiCad identifier used in menu selection (See id.h)   | |
| wxString | m_Lang_Label | 
| Labels used in menus.   | |
| bool | m_DoNotTranslate | 
| Set to true if the m_Lang_Label must not be translated.   | |
A small class to handle the list of existing translations.
The locale translation is automatic. The selection of languages is mainly for maintainer's convenience. To add a support to a new translation add a new item to LanguagesList[].
Definition at line 71 of file pgm_base.h.
| bool LANGUAGE_DESCR::m_DoNotTranslate | 
Set to true if the m_Lang_Label must not be translated.
Definition at line 83 of file pgm_base.h.
| int LANGUAGE_DESCR::m_KI_Lang_Identifier | 
KiCad identifier used in menu selection (See id.h)
Definition at line 77 of file pgm_base.h.
| wxString LANGUAGE_DESCR::m_Lang_Label | 
Labels used in menus.
Definition at line 80 of file pgm_base.h.
| int LANGUAGE_DESCR::m_WX_Lang_Identifier | 
wxWidgets locale identifier (See wxWidgets doc)
Definition at line 74 of file pgm_base.h.