Assigned
Status Update
Comments
al...@google.com <al...@google.com>
ju...@gmail.com <ju...@gmail.com> #2
Is there any update on this ?
yt...@gmail.com <yt...@gmail.com> #3
Hello,
Product team is working and evaluating this case. Once there will be information, it will be shared in this thread.
Kind Regards
pr...@google.com <pr...@google.com>
ca...@google.com <ca...@google.com> #4
yt...@gmail.com <yt...@gmail.com> #5 Restricted
Restricted
Comment has been deleted.
yt...@gmail.com <yt...@gmail.com> #6
I'll Answer your questions one by one.
- Where does your title string come from? Is there a case where the title string in value-ja/strings.xml and you set the language to ja(via AppCompatDelegate.setApplicationLocales()) and it doesn't work?
... Yes this is the case.
- Is all API levels below 33 not working? Which API have you tested?
... I think its affected to all below 33. I have tested API 23,26,30 & 32
- Are you using com.google.android.material.appbar.MaterialToolbar? Which version of MaterialToolbar you're using?
... I am using the latest Material library 1.7.0-rc01. And the toolbar is generated from the theme in the sample.
- If possible, would you provide us with simple steps to reproduce? Or can you help us check if the issue can be reproduced by creating new project?
... Sure. I created a sample project and added 3 languages, and the required string.xml files for each language. You can change the language from the buttons and launch the activities. But the titles doesn't change. But on API 33 it works perfectly. On Arabic language the layout direction changes but not the title.
- Where does your title string come from? Is there a case where the title string in value-ja/strings.xml and you set the language to ja(via AppCompatDelegate.setApplicationLocales()) and it doesn't work?
... Yes this is the case.
- Is all API levels below 33 not working? Which API have you tested?
... I think its affected to all below 33. I have tested API 23,26,30 & 32
- Are you using com.google.android.material.appbar.MaterialToolbar? Which version of MaterialToolbar you're using?
... I am using the latest Material library 1.7.0-rc01. And the toolbar is generated from the theme in the sample.
- If possible, would you provide us with simple steps to reproduce? Or can you help us check if the issue can be reproduced by creating new project?
... Sure. I created a sample project and added 3 languages, and the required string.xml files for each language. You can change the language from the buttons and launch the activities. But the titles doesn't change. But on API 33 it works perfectly. On Arabic language the layout direction changes but not the title.
yt...@gmail.com <yt...@gmail.com> #7
any update?
pa...@bluewin.ch <pa...@bluewin.ch> #8
I've a similar issue but with the app menu, the tab layout and the app title when switching between English and an RTL language, e.g. Arabic.
On API 33, switching between the languages is working perfectly but on API 32 and lower, RTL is not properly applied to the whole layout. I'm using androidx.appcompat:appcompat:1.6.0-rc01 and followed the guidlines on
I've attached a sample app where you can see that issue. Hope that helps you to find the issue.
yt...@gmail.com <yt...@gmail.com> #9
Still the issue is there on the latest androidx.appcompat:appcompat:1.7.0-alpha01
yt...@gmail.com <yt...@gmail.com> #10
any news on this?
go...@google.com <go...@google.com>
su...@gmail.com <su...@gmail.com> #11
I have the same issue. Any updates?
ca...@google.com <ca...@google.com> #12
We had a fix for Appcompat title and are waiting for next appcompat release.
se...@gmail.com <se...@gmail.com> #13
Still waiting to fix the issue.
sh...@miniclip.com <sh...@miniclip.com> #14
Any update?
yt...@gmail.com <yt...@gmail.com> #15
No updates since july 2023. So sad.
ku...@gmail.com <ku...@gmail.com> #16
still waiting
de...@1lifeapp.no <de...@1lifeapp.no> #17
I have the issue too
Description
Version used: 1.6.0-rc01
Devices/Android versions reproduced on: below android 13 devices
I have added a in app language picker with the Androidx appcompat library. I am changing the languages using AppCompatDelegate.setApplicationLocales(appLocale)
Everything works perfect, but the Activity titles are not changed during a language change on devices below API 33. This issue is not available on API33. I am using a Material Toolbar.