I want to implement multilanguage in my app. I’ve read the following documentation and it was very intresting (Do android support multiple languages?).
I understand how it works, but is there a list of identifiers available?
For example, if I want to implement the language Dutch, is it enough to implement the first two letters of the language (in this case ‘ne’) or not?
Thank you very much.
Actually those are not the first two letters of the language, but the ISO 639-1 language code. E.g. ‘de’ for German, ‘fr’ for French and ‘nl’ for Dutch.
See the docs on providing resources for more details.