An open API service indexing awesome lists of open source software.

https://github.com/leoando/android13-per-app-language-preferences-samples

Per-app language preferences (Android 13+)
https://github.com/leoando/android13-per-app-language-preferences-samples

android-java android-kotlin android13 material2 tiramisu

Last synced: 3 months ago
JSON representation

Per-app language preferences (Android 13+)

Awesome Lists containing this project

README

        

# overview
Per-app language preferences (Android 13+)

https://developer.android.com/about/versions/13/features#app-languages

https://developer.android.com/about/versions/13/features/app-languages

# API
https://developer.android.com/reference/android/app/LocaleManager#getApplicationLocales()

https://developer.android.com/reference/android/app/LocaleManager#setApplicationLocales(android.os.LocaleList)

# dev memo
端末の言語設定に依存させたい場合は、`LocaleList.getEmptyLocaleList()`を使ってリセットする

setApplicationLocalesでアプリ内の言語設定を行えば、端末の言語設定に影響受けない

# capture OS 13

## Captureしてませんが、OS13未満のデバイスでも動作します!