krivopustov
(Konstantin Krivopustov)
May 19, 2022, 11:07am
4
If you are talking not about values of entity attributes but about their “names” (static labels), you can easily implement storing them in the database. See this topic:
Hello, is in Jmix some way to make for example messages_en.properties shown as variables in database table? I want to do something like ‘Translator’ table in database where each variables of each class in application will have its own row in table with columns like | trans_en | trans_de | trans_pl | and so on. This table would also have screen in application so it gives the administrator option to change translation of some variables if they would need it in their company, it often occurs in tec…