<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:media="http://search.yahoo.com/mrss/"><channel><title><![CDATA[dbird]]></title><description><![CDATA[Thoughts, stories and ideas.]]></description><link>https://www.dbird.ch/</link><image><url>https://www.dbird.ch/favicon.png</url><title>dbird</title><link>https://www.dbird.ch/</link></image><generator>Ghost 5.82</generator><lastBuildDate>Wed, 06 May 2026 00:38:22 GMT</lastBuildDate><atom:link href="https://www.dbird.ch/rss/" rel="self" type="application/rss+xml"/><ttl>60</ttl><item><title><![CDATA[Android 13 : enable app specific language for all apps]]></title><description><![CDATA[<p>In Android 13, you can define the UI language per app.<br>By default, the developer should have allowed this feature, otherwise the app will not be shown in settings menu.<br>By running the following adb command, it is possible to enable app specific language for all apps.</p><!--kg-card-begin: markdown--><pre><code>adb shell settings</code></pre>]]></description><link>https://www.dbird.ch/android-13-enable-app-specific-language-for-all-apps/</link><guid isPermaLink="false">64d618dfa530f800015bd4f8</guid><category><![CDATA[android]]></category><category><![CDATA[adb]]></category><dc:creator><![CDATA[Mike Bird]]></dc:creator><pubDate>Fri, 11 Aug 2023 11:21:47 GMT</pubDate><content:encoded><![CDATA[<p>In Android 13, you can define the UI language per app.<br>By default, the developer should have allowed this feature, otherwise the app will not be shown in settings menu.<br>By running the following adb command, it is possible to enable app specific language for all apps.</p><!--kg-card-begin: markdown--><pre><code>adb shell settings put global settings_app_locale_opt_in_enabled false
</code></pre>
<!--kg-card-end: markdown--><p>Source : <a href="https://www.reddit.com/r/Android/comments/wrlgh2/how_to_make_every_app_appear_in_android_13s_new/?ref=dbird.ch">https://www.reddit.com/r/Android/comments/wrlgh2/how_to_make_every_app_appear_in_android_13s_new/</a></p>]]></content:encoded></item></channel></rss>