Dynamically change the text title in a burger menu

How to dynamically change the text title in a burger menu

Can you give more context? Whatfor does it needs to change? because of language, or to have a personal name for the users based on their movie interests, Etc.

The fact is that the application is written in 2 languages, this is done through the if then else condition, there is no way to substitute this condition in the burger menu

So if Iā€™m correct you want the title of the screen in 2 different languages?

If so then hide one or the other screen via visibility based on the column where the user sets its language preference.

This will result in manually changing 2 different screens instead of one

2 Likes