Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

what (libraries, principles, techniquess, tips&tricks ) do you use for image internationalisation in your mobile apps with React Native?

For example image where is poster in different language.

enter image description here enter image description here

I'm coming from Android world and there it is done like this (just add the locale to drawable folder and best fitting image for phone setup is then taken):

src/main/res/
            drawable/ = any universal
            drawable-hdpi/ = any universal for hdpi
            drawable-sk-hdpi/ = override specific when locale is set to sk (Slovak)

Is there any similar solution, or do I have to write it by myslef (I can imagine simple library)?

DISCLAIMER: the boy on picture is not smoking, he holds flutter - a device used by people with respiratory conditions to help loosen secretions (phlegm) in the chest.

question from:https://stackoverflow.com/questions/66063947/react-native-mobile-app-best-approach-to-internationalise-images

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
701 views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...