-
|
I'm just wondering, should accessibility names be localized before passing them to accesskit? I assume yes but just wanted to double check. |
Beta Was this translation helpful? Give feedback.
Answered by
DataTriny
Apr 15, 2026
Replies: 1 comment 1 reply
-
|
Hi @geom3trik, what do you mean by "accessibility names"? Most (if not all) string properties on |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
geom3trik
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @geom3trik, what do you mean by "accessibility names"? Most (if not all) string properties on
Nodeshould be localized if possible. Following an earlier description I presume you are referring toNode::role_description, which must be localized if possible as screen readers for instance will present it as is to the user.