In android studio while creating a layout,we can select Qualifiers like for different screen size devices we select Ratio for large screen,small screen,etc., and according to screen size, android will take care of it to use these layouts.
Now, my question is, can we make layout according to country. Means if the screen is opened in different countries,it looks different. Can we do like this while making a layout ?
Any help will be preferable..