Native: how to change styles dynamically Based on Language

8
i want my styling to work based on language selector like in web for example   .iconContainerGold{ padding: 11.1px 10.6px 11.1px 11.6px; border-radius: 8px; background-color: #aeb671; border-top-right-radius: 0px; } .iconContainerGold:lang(ar){ margin-left: 10px; } is there a way to do something like this in native ?
asked
1 answers
1

Hi Mohamed, 
I don’t think we have a “Native” way to do that.

You should try to for example create a support entity with a generalization to the ”System.Language” entity


and then check for the language code on your container using the dynamic classes on the Appeareance tab of your current container.

answered