DLR-VF / TAPAS

MIT License
19 stars 9 forks source link

Improve multilanguage support #12

Open schakalakka opened 3 years ago

schakalakka commented 3 years ago

Necessary:

Everthing should be handled through resource bundles - no hardcoded text in the gui at least complete English bundle

Nice to have:

German language bundle

schakalakka commented 3 years ago

History comment: Added MultiLanguageSupport (English and German) for MatrixMapHandler and SimParamController At least the Expert Knowledge Handler is still missing. Also reworked a bit the MultiLanguageSupport.java such that it only handles the MultiLanguageSupport and SimulationMonitor bundles and always stores the current localization. In the future the SimulationMonitor should stand on its own and MultiLanguageSupport should (almost) only store the current localization.