mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 18:27:58 -06:00
Save language preset.
* Added global variable g_local_dir to get "localization" directory. * Chage/Set language works correctly now. * Probably, fixed work on Linux
This commit is contained in:
parent
d18a200b0f
commit
badeb2f64c
7 changed files with 60 additions and 38 deletions
|
@ -77,7 +77,7 @@ void show_info(wxWindow* parent, wxString message, wxString title);
|
|||
// load language saved at application config
|
||||
bool load_language();
|
||||
// save language at application config
|
||||
void save_language(bool bReset);
|
||||
void save_language();
|
||||
// get list of installed languages
|
||||
void get_installed_languages(wxArrayString & names, wxArrayLong & identifiers);
|
||||
// select language from the list of installed languages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue