Change Language In Any App


Can anyone tell me how to implement this feature in kodular? Which component i should use?

1 Like

You can try this: Resource Utilities - How to use the new component

3 Likes

There are more than one way to do this. The best is using json I guess.

If you don’t even know anything about this you can make something like this:
If language = english, button5.text = hello
else if language = spanish, button5.text = hola

If you don’t have many components and will not change the text very often, you can do something like this for all the components.