audacia/src/Languages.h
martynshaw99 4ce2643d5f Remove the
// Indentation settings for Vim and Emacs
etc. lines from all files, as Campbell's patch (except for other changes to Languages.cpp)
2013-09-24 00:14:37 +00:00

23 lines
487 B
C

/**********************************************************************
Audacity: A Digital Audio Editor
Languages.h
Dominic Mazzoni
**********************************************************************/
#ifndef __AUDACITY_LANGUAGES__
#define __AUDACITY_LANGUAGES__
#include <wx/arrstr.h>
#include <wx/string.h>
#include <wx/list.h>
void GetLanguages(wxArrayString &langCodes, wxArrayString &langNames);
wxString GetSystemLanguageCode();
#endif // __AUDACITY_LANGUAGES__