LEAH-1937: UI: Translation - Moved the translations next to application location in translations folder on target build and point to Projects/application/resources when build on VM. - Defined the Settings_Category_Translations for the locale as translations/translation - Moved the settings(locale) next to application location in settings folder on target build and point to /home/denali/Desktop when build on VM. - Defined the Settings_Category_Locale for the locale as settings/locale - Added the translation ts/qm with tagged words for Spanish and Germany. - Removed the loadTranslation logic from the Application controller. - set the keyboardlocal property to read from the vLocalizations. - Made all the methods in the Setting class static and the class not instantiable. - Modified the ConfigurationsDataList to the ParametersDataList to distinguish between the settings and configurations, as well as clarification on the DataList of the Treatement Parameters. - Corrected the order of the translation, log, startgui. - Separated the Settings read function and added two readLocale and ReadConfigurations to be able to call the readLocale earlier to get the localization values needed for the rest of the configurations and translations.