Diana Posted March 20, 2021 Posted March 20, 2021 Hello, I'm trying use updated client [2020-04-01bRagexe] Using langtype 19 for Arabic language and when I use any script that contain Arabic words I can see Arabic words from left to right It's possible to make it from right to left to be able to read it normally? Quote
0 Syon Posted March 26, 2021 Posted March 26, 2021 I don't think current exe support RTL languages. Did you try old exe to see if it works? Quote
0 sader1992 Posted March 26, 2021 Posted March 26, 2021 (edited) at the end of your rathena/npc/other/Global_Functions.txt add function script mes_ar { .@g$ = getarg(0); explode(.@m$, .@g$, " "); .@s = getarraysize(.@m$) -1; for(.@i=.@s;.@i>=0;.@i--){ .@r$ += .@m$[.@i] + " "; } mes .@r$; return; } How to use: prontera,0,0,0 script xxxxxx 444,{ mes_ar "روح شوف كونوسوبا"; end; } Edited March 26, 2021 by sader1992 2 Quote
0 Diana Posted March 27, 2021 Author Posted March 27, 2021 @sader1992 This won't effect the english sentences in the game? Quote
0 sader1992 Posted March 28, 2021 Posted March 28, 2021 (edited) 14 hours ago, Diana said: @sader1992 This won't effect the english sentences in the game? use mes for English and mes_ar for Arabic for sentences with both languages try and see the result and use whatever this is not a perfect solution , it's just a work around the problem for now Edited March 28, 2021 by sader1992 1 Quote
Question
Diana
Hello, I'm trying use updated client [2020-04-01bRagexe]
Using langtype 19 for Arabic language
and when I use any script that contain Arabic words I can see Arabic words from left to right
It's possible to make it from right to left to be able to read it normally?
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.