https://issues.apache.org/ooo/show_bug.cgi?id=124905
--- Comment #2 from Ariel Constenla-Haile <[email protected]> --- The help files are transformed into HTML files, and opened in the help viewer, which internally uses Writer/Web. It seems the language is added to the paragraph, but that's not enough for Writer/Web to turn the paragraph LTR. Do the following experiment: a) Select menu File - Open, and paste this address: https://www.openoffice.org/he/product/writer.html - The file is opened with Writer/Web - The paragraph language depends on the selection of Tools - Options... - Language Settings - Default languages for documents - CTL; in my case, the default was Hindi, so the paragraph language in OpenOffice is displayed as Hindi (this seems to be because there is no language information on that HTML page). b) Save this HTML page, and edit it, modify the <p> element, adding a lang="he" attribute. Import that page with OpenOffice Writer/Web. Now the paragraphs are in Hebrew, but still LTR c) Modify the HTML page again, now add the attribute dir="RTL" to all the <p> elements, they should all be <p lang="he" dir="RTL"> Import the page in OpenOffice Writer/Web. Now the paragraphs are in Hebrew *and* RTL. -- You are receiving this mail because: You are the assignee for the issue. You are watching all issue changes.
