You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The values directory (which is usually located at app/src/main/res, although not always) contains a strings.xml file, which contains a list of strings and their base translations:
Additionally in the res directory, there may be other values directories with language qualifiers (appended after values with a dash, for example values-iw for Hebrew values). This directory may also contain a strings.xml file:
Support Android's
strings.xml
translation format.How it works
The
values
directory (which is usually located atapp/src/main/res
, although not always) contains astrings.xml
file, which contains a list of strings and their base translations:Additionally in the
res
directory, there may be othervalues
directories with language qualifiers (appended aftervalues
with a dash, for examplevalues-iw
for Hebrew values). This directory may also contain astrings.xml
file:Additional resources
I can't possibly explain how all of Android's resource system works without turning this into an essay, so I'll link these helpful pages:
If you need additional help with tackling the issue, feel free reach out to me on Discord :)
The text was updated successfully, but these errors were encountered: