-
-
Notifications
You must be signed in to change notification settings - Fork 516
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RibbonBackButton - Localization Mix #1161
Comments
@batzen Ah - the "ESC" Key makes sense in this area, but the button text is still "Backstage schliessen" - any chance that you might switch to "Menü schliessen" instead? |
You can overwrite that text by changing BackButtonUid. 😉 |
Stupid question: How can I access this property from my code? In the past I used something to traverse the WPF control tree, but this seems “dirty”.
Am 22.08.2023 um 22:05 schrieb Bastian Schmidt ***@***.***>:
You can overwrite that text by changing BackButtonUid. 😉
—
Reply to this email directly, view it on GitHub<#1161 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAFYXXZKRBGO7SJYZZRNRY3XWUGH3ANCNFSM6AAAAAA3YSLYC4>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
It's a property on BackstageTabControl. |
@batzen Thanks - didn't noticed it, but works! Any chance that you might publish the 10.0.3 soon? |
Will try to publish tomorrow. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The "BackButton" on the Backstage has a flaw, that it mixes languages and the localization is "not ideal".
This button here:
... work with a screenreader since this change.
Unfortunately the German translation is "not ideal", because of the Wording "Backstage schließen".
"Backstage" itself is used by Microsoft even in German support sites, but our accessibility tester doesn't allow this, because NVDA, Jaws & the Windows Narrator have a weird pronunciation of it.
I checked if I could change the title myself to "Menü schließen", which doesn't sound too bad, but the screenreader will read "Menü schließen - Button - Open Backstage", which is weird.
The "Open Backstage" originates from the RoutedUICommand:
, which is currently hardcoded:
The "easiest" fix would be to change the "Backstage" to "Menü" (for the German translation) and somehow use the same text for the RoutedUICommand, but I'm not even sure if this is needed or if the text could be removed anyway.
Environment
The text was updated successfully, but these errors were encountered: