JakovTomasic / RitehMaps

Indoor navigation project for the Faculty of Engineering, Rijeka
Apache License 2.0
3 stars 1 forks source link

Multiple languages support #36

Open JakovTomasic opened 1 year ago

JakovTomasic commented 1 year ago

Support multiple languages and easy switching between them. All language-dependent strings should be extracted into one separate file for easy changing and adding more translations.

JakovTomasic commented 1 year ago

Like themes (#35), use the Settings abstraction for implementation and Locale wrapper class. The reasoning behind them is explained here.