Issue
I want to localize an image Arabic language? How should I accomplish this task?
I have followed Localization and drawables but no luck.
Solution
localization of drawable-resources is same as string-resources. You need to create drawable-ar folder and put image into that folder.
Or if your image in any folder like drawable-mdpi then drawable-ar-mdpi.
Read detail documentation here.
Answered By - Shabbir Dhangot
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.