I read the localization in Android. Here for we need to create different values's folder for each language.
for e.g.
- res/values/strings.xml : Contains English text for all the strings that the application uses, including text for a string named title.
- res/values-fr/strings.xml : Contain French text for all the strings, including title.
- res/values-ja/strings.xml : Contain Japanese text for all the strings except title.
Now I want to give support for Danish language then what should I name to value's folder ?