Skip to content
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

Proposal: AppWindow.LayoutDirection Property for RTL Language support #10085

Open
Gaoyifei1011 opened this issue Oct 18, 2024 · 0 comments
Open
Labels
feature proposal New feature proposal needs-triage Issue needs to be triaged by the area owners

Comments

@Gaoyifei1011
Copy link

Proposal: AppWindow.LayoutDirection Property for RTL Language support

AppWindow.LayoutDirection 属性——支持 RTL 语言

Summary

在一些国家和地区的语言中,文字排列是从右到左的,这时候需要设置窗口扩展样式为 WS_EX_LAYOUTRTL,希望 AppWindow 能加入 LayoutDirection 属性,能设置窗口这个样式

------------------------------------

In some countries and regions of the language, text is arranged from right to left, this time you need to set the window extension style to WS_EX_LAYOUTRTL, hope AppWindow can add the LayoutDirection property, can set the window this style


Existing code (已有代码)

Image

void WindowHelpers::EnableRTL(HWND hwnd)


Rationale

  • {First reason for why we should consider this proposal}
  • {Second reason for why we should consider this proposal}
  • {etc}

Scope

Capability Priority
This proposal will allow developers to accomplish W Must
This proposal will allow end users to accomplish X Should
This proposal will allow developers to accomplish Y Could
This proposal will allow end users to accomplish Z Won't

Important Notes

None


Open Questions

None

@Gaoyifei1011 Gaoyifei1011 added the feature proposal New feature proposal label Oct 18, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the needs-triage Issue needs to be triaged by the area owners label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature proposal New feature proposal needs-triage Issue needs to be triaged by the area owners
Projects
None yet
Development

No branches or pull requests

1 participant