What’s the locale code for Hebrew in Android resources, like strings (values-XX)? And where to find other codes?
Thanks in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
from Providing Resources
According to the linked table,
heis the qualifier for hebrew.Note: Some devices use
iwinstead, as Error 545 noted in the comments, so you better check for both cases. See this question for more information.