Search code examples
androidstringoperating-systemresourcessystem

Where can I find the string resources in Android source code?


I'm trying to get my hands on some system string resources in all languages available, where can I find them?

Edit: I'm searching for the xml files in the source code

The source code in the SDK doesn't include resources as far as I know and looked.

When I downloaded the Android Source tree, it kept downloading for hours and hours, it was more than 30GB of project data. Where should I start looking in this jungle of data?

Thank you

Edit: answered by @zapl he/she gave me the answer I was looking for. https://github.com/android/platform_frameworks_base/blob/master/core/res/res/values/strings.xml


Solution

  • Thanks to @zapl I got what I needed here https://github.com/android/platform_frameworks_base/blob/master/core/res/res/values/strings.xml