audacia/src/LangChoice.h

24 lines
559 B
C
Raw Permalink Normal View History

/**********************************************************************
Audacity: A Digital Audio Editor
LangChoice.h
Dominic Mazzoni
Pop up a language asking the user to choose a (natural)
language for the user interface. Generally only popped
up once, the first time the program is run.
**********************************************************************/
#ifndef __AUDACITY_LANG_CHOICE__
#define __AUDACITY_LANG_CHOICE__
2018-11-11 20:11:55 +00:00
class wxString;
class wxWindow;
wxString ChooseLanguage(wxWindow *parent);
#endif // __AUDACITY_LANG_CHOICE__