Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
693 views
in Technique[技术] by (71.8m points)

internationalization - React Native mobile App - best approach to internationalise images

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

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

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...