#include <wx/wxprec.h>
#include <wx/wx.h>
#include <wx/config.h>
#include <wx/fileconf.h>
#include <wx/tokenzr.h>
#include "language.hpp"
#include "appprefs.hpp"
#include "comdefs.hpp"
#include "osdep.hpp"
#include "compat.hpp"
Include dependency graph for language.cpp:
Go to the source code of this file.
Functions | |
int | getLanguageIdentifier (const wxString langName) |
Returns the wxWidgets language identifier from a language name. |
Definition in file language.cpp.
|
Returns the wxWidgets language identifier from a language name.
Definition at line 613 of file language.cpp. |