Index: sources/view/settings/VLocalization.h =================================================================== diff -u -r90e68000c37bc14b0dfd5f18caf425c24cc0b5f4 -rd866ef66b21f114f07cb80a07860900cd43daff0 --- sources/view/settings/VLocalization.h (.../VLocalization.h) (revision 90e68000c37bc14b0dfd5f18caf425c24cc0b5f4) +++ sources/view/settings/VLocalization.h (.../VLocalization.h) (revision d866ef66b21f114f07cb80a07860900cd43daff0) @@ -42,6 +42,13 @@ {3, "French"} }; + QMap _localeMap { + {0, "en"}, + {1, "es"}, + {2, "de"}, + {3, "fr"} + }; + // The property adjustment_Triggered has to be always true // and to always trigger the change event to work as a notifier for GUI // has been manually tested that it works perfectly fine