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
Solved! Go to Solution.
Presently, I can't find any setting specifically for Arabic language.
But is it producing any issue in application
Presently, I can't find any setting specifically for Arabic language.
But is it producing any issue in application