Arabic language editor support

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
RoCa_1222471
Level 2
Level 2
First like received Welcome!

I'm managing a structure of strings using the following C sintax:

static const GWCHAR *textcat_ar[] = /* Language arabic texts */

{

    // Menus labels

    L"منظم الحراره",

    L"سيناريو 1", 

    L"سيناريو 2",

    L"ضوء 1",

    L"ضوء 2",

    L"اباجور 1",

    L"اباجور 2", 

    L"موسيقى",

}

but when I press cursor on the single string, the content seems to be varied and a "rotation effect" of my characters is applied. There are any additional constrains or options to use arabic language for strings using Psoc Creator environment? Also the word order seems to be modified.

Thank you 

0 Likes
1 Solution
AnkitaS_51
Employee
Employee
100 likes received 50 likes received 25 likes received

Presently, I can't find any setting specifically for Arabic language.

But is it producing any issue in application

View solution in original post

0 Likes
1 Reply