Hi,
I’m using ArcGIS Instant Apps. Text alignment works fine for LTR languages like English and Swedish, but for RTL languages like Arabic and Persian, text stays left-aligned and does not display correctly.
Is there a way to enable proper RTL support for text widgets, pop-ups, and labels? Any CSS tweaks or configuration tips would be appreciated. I do not se any option in the language option to use:
/* Force RTL text */
.esri-widget {
direction: rtl;
text-align: right;
}
<div dir="rtl" style="text-align: right;">
متن فارسی یا عربی
</div>
Text alignment LtR works well