[Feature Request] Decouple RTL text direction from ChatGPT Desktop layout direction
Summary
Please add a Layout Direction preference to the unified ChatGPT Desktop app on Windows, independent from the app language and from text direction.
When the app language is Persian (or another RTL language), the current UI mirrors the entire application shell. This places the global navigation/task sidebar and the Windows menu bar (File / Edit / View / Help) on the right. For many Persian-speaking users who work on an English-language computer and use a conventional LTR desktop workflow, this is uncomfortable and disruptive.
The requested behavior is not to remove RTL support. Persian text should remain RTL and right-aligned. The request is to let users keep the application layout LTR while rendering RTL-language content correctly.
Environment
- App: official unified ChatGPT Desktop app (Chat, Work, and Codex)
- Package:
OpenAI.Codex26.818.5345.0(Microsoft Store) - OS: Windows 11 Pro, build 26200, x64
- App language: Persian
- Affected surfaces: Chat, Work, Codex, settings, task/chat lists, internal panels, and the top menu bar
Current behavior
Selecting Persian/RTL language mirrors the whole desktop shell:
- the global sidebar/task list moves to the right;
- the narrow top menu bar (File, Edit, View, Help) is ordered from the right;
- Chat, Work, Codex, settings, and embedded/internal panels all inherit the mirrored spatial layout.
This combines two distinct concerns:
- Content direction — Persian and other RTL prose should be right-aligned and use correct BiDi handling.
- Application layout direction — placement/order of persistent navigation, menu bar, panes, and window chrome.
They should be configurable independently.
Requested behavior
Add a user-facing setting, for example:
- Interface language: Persian
- Layout direction: System default / Left-to-right / Right-to-left
- Text direction: Automatic per language/content
For the requested configuration:
| UI element | Desired behavior |
| --- | --- |
| Persian prose in messages, settings, labels, and task titles | RTL and right-aligned |
| Inline English words, file paths, URLs, code, terminal output, and numbers | LTR with BiDi isolation |
| Global sidebar/task/chat navigation | Left side |
| File / Edit / View / Help menu bar | Starts on the left, conventional LTR ordering |
| Main Chat / Work / Codex content area | To the right of the left sidebar |
| Internal panels and editor splits | Follow the selected LTR layout; their Persian text remains RTL |
The existing fully mirrored RTL layout should remain available for users who prefer it. This proposal adds a choice; it should not force an English-style layout on everyone.
Steps to reproduce
- Use an English-language Windows installation.
- Install and open the official ChatGPT Desktop app.
- In Settings, set the app language to Persian (or another RTL language).
- Open Chat, Work, Codex, and Settings.
- Observe that the global sidebar and top application menu are moved to the right alongside the RTL text.
Why this matters
Persian-speaking developers and knowledge workers commonly combine Persian instructions with English code, product terminology, file paths, commands, and URLs. They may want RTL readability for their language while preserving the LTR spatial conventions of Windows, editors, and developer tools.
A global RTL switch does not meet both needs. Separating layout direction from content direction would improve usability for Persian, Arabic, Hebrew, Urdu, and other RTL-language users—especially in coding workflows.
Suggested implementation direction
- Decouple shell layout direction from locale selection.
- Use logical CSS properties and explicit layout-direction state for the app chrome instead of inferring it only from the language.
- Apply
dir="auto",text-align: start, and Unicode BiDi isolation to individual content blocks. - Keep code blocks, terminal output, paths, URLs, diffs, and identifiers explicitly LTR.
- Test the matrix of:
- Persian language + LTR shell
- Persian language + RTL shell
- English language + LTR shell
- Arabic/Hebrew/Urdu equivalents
- Chat, Work, Codex, settings, sidebars, menus, composer, transcript, and embedded browser/editor panels
Related reports
This request complements existing RTL/BiDi rendering reports, but is specifically about independent shell-layout direction:
- #14578
- #19504
- #26250
- #31903
Thank you for considering this accessibility and internationalization improvement.