There is a method that updates my items. But unfortunately not all.
For example, if I ask:
setup(getString(R.string.data), false); Then later, depending on the settings of the language, my inscription changes (the translation is carried out, as there are all values in the string resources).
Now the actual question is if we use:
setup(mak.categoryName, false); where categoryName is a public String categoryName = ""; In our model and regardless of the language settings, the categoryName language is always the same. What could be the problem?