Format string in arabic language

  • Thread starter Thread starter Pengo11
  • Start date Start date
P

Pengo11

Guest
Hi

I have a problem with arabic language when i have to concat two arabic string. If these strings contain only arabic words (eg. word1 + word2), the result in a textbox is: word2 + word1. Instead if inside the strings, there some "european" words, the result is different (as I expect): word1 + word2.

How i have to do, when my CultureUI is ar-SA, regardless of what characters are in the strings, for concatenate word1 + word2 and not word2 + word1?

Thanks

Continue reading...
 
Back
Top