You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since native RTL support is not available in LightningJS 2.6, I have implemented a workaround to achieve the desired text formatting. However, when displaying Arabic text that includes English numbers in the application, the numbers appear after the text, disrupting the correct RTL format. like for "2024 in June" Instead of showing
"2024 في يونيو"
, it displays "في يونيو 2024",
incorrectly placing the numbers after the text. Even using the Language library from '@lightningjs/sdk' did not resolve the issue.
Is there a way to fix this? I appreciate any communication or guidance regarding this matter.
Thanks!
The text was updated successfully, but these errors were encountered:
Since native RTL support is not available in LightningJS 2.6, I have implemented a workaround to achieve the desired text formatting. However, when displaying Arabic text that includes English numbers in the application, the numbers appear after the text, disrupting the correct RTL format. like for "2024 in June" Instead of showing
Thanks!
The text was updated successfully, but these errors were encountered: