I have an android application with two language (depends on the users phone language) using values-ar ... Anyway I have a textview showing some text that it change depending on the phone language
Well I want to set two fonts to that textview one being applied if the phone language is english and the other if the phone language is arabic.
I'm already able to set one phone to that textview but I don't know how to set an alternative font like we can do in CSS "font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;" if the Arial font failed to be set for the text the "Helvetica" font will be applied
To recap I have a text view that it's values language changes depending the phone language and I want to set a unique font to each of those values