Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
CS foundations
/
Internationalization
What is the soundest way to adapt an HTML application to an RTL locale?
from Internationalization
Node 24
intermediate
3 min
What is the soundest way to adapt an HTML application to an RTL locale?
Update lang and dir together, use logical CSS properties, isolate unknown-direction fragments, and review icon semantics.
Set text-align to right on the body and leave the rest unchanged.
Apply scaleX(-1) to the entire application.
Insert direction-control characters into every translated string.
Check
Ask AI about this kata
Report an error
next kata
What does this program print?
Predict the output
A new version is available
Reload