This extension allows Multi-language coverage to any post in your app.
How does it work?
Takes a value. Returns the retrieved value in whatever language group it is in. Language groups were coded with Propertie. If you want to change language according to system language then use Device Utils > Device Language block.
I do not recommend translating the application using this method, there are much more effective methods (for example: How to effectively translate your app )
something you’re thinking out of thin air after all, you can do it easier. for example, enter all the contents of one language in a label, and another language in another. it is enough to hide the visibility of the labels. lines and texts are separated from each other by any fictional character (for example, ###). then everything is very simple. we determine which language is needed and read the strings from our label into the array based on the division. then we assign the labels the contents but the number in the array. that’s all shamanism and with this expansion, the number of occupied blocks will only increase greatly
Nice extension, but when are you going to implement the naming conventions? It takes less than 5 minutes to change, just change SystemLanguage to systemLanguage, and all of the property blocks to capitalize the first letter.