629
by cecilios
options added |
1 |
//---------------------------------------------------------------------------------------
|
2 |
// LenMus Phonascus: The teacher of music
|
|
640
by cecilios
Fixed bug with tied notes in composer. Fixed memory leaks in FragmentsTable. Updates checker implemented.Language files reviewed. |
3 |
// Copyright (c) 2002-2012 LenMus project
|
629
by cecilios
options added |
4 |
//
|
5 |
// This program is free software; you can redistribute it and/or modify it under the
|
|
6 |
// terms of the GNU General Public License as published by the Free Software Foundation,
|
|
7 |
// either version 3 of the License, or (at your option) any later version.
|
|
8 |
//
|
|
9 |
// This program is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
10 |
// WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
11 |
// PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
|
12 |
//
|
|
13 |
// You should have received a copy of the GNU General Public License along with this
|
|
14 |
// program. If not, see <http://www.gnu.org/licenses/>.
|
|
15 |
//
|
|
16 |
// For any comment, suggestion or feature request, please contact the manager of
|
|
17 |
// the project at cecilios@users.sourceforge.net
|
|
18 |
//
|
|
19 |
//---------------------------------------------------------------------------------------
|
|
20 |
||
21 |
#ifndef __LENMUS_LANGUAGES_H__
|
|
22 |
#define __LENMUS_LANGUAGES_H__
|
|
23 |
||
634
by cecilios
starting eBooks conversion |
24 |
//lenmus
|
25 |
#include "lenmus_standard_header.h" |
|
26 |
||
27 |
//wxWidgets
|
|
629
by cecilios
options added |
28 |
#include <wx/string.h> |
29 |
#include <wx/list.h> |
|
634
by cecilios
starting eBooks conversion |
30 |
#include <wx/arrstr.h> |
629
by cecilios
options added |
31 |
|
32 |
namespace lenmus |
|
33 |
{
|
|
34 |
||
35 |
void GetLanguages(wxArrayString &langCodes, wxArrayString &langNames); |
|
36 |
wxString GetSystemLanguageCode(); |
|
37 |
||
38 |
||
39 |
} // namespace lenmus |
|
40 |
||
41 |
#endif // __LENMUS_LANGUAGES_H__ |