Tagged Questions
0
votes
0answers
88 views
Arabic text (RTL) in Silverlight datagrid alignment forced by prepended char?
Using a DevExpress Silverlight datagrid, I've found that if I prepend the following to a string:
Convert.ToChar(Int32.Parse("05", System.Globalization.NumberStyles.HexNumber))
the string is ...
3
votes
1answer
118 views
RTL comments in XML Comments intellisense displays words in reverse order
I have an SRS written in RTL language (Hebrew) that can't be touched.
I translated the Hebrew names in the SRS. Of course I want to be able to understand the meaning of a value in my enum (or any ...
0
votes
1answer
100 views
Working with Perso-Arabic Text (count + joining issues)
I'm trying to display the Persian alphabet in the Debug window in order. Once it reaches the final letter, subsequent letters will be multiplied by the group they are in. So, for example, if I want to ...
1
vote
1answer
360 views
string.Format problem in concatenating left-to-right languages with right-to-left languages
Persian is a right-to-left language. I want to show a message to the user that something was saved successfully. However, the name of that thing (entity) is sometimes in English, and sometimes in ...
2
votes
1answer
501 views
rearrange string with mixed languages (LTR + RTL)?
I have a text with mixed languages, (one LTR and the other RTL).when sending the string on SMTP the string gets mixed up .Is there any way to recognize the string ?
0
votes
1answer
128 views
Right to left support Components for .Net
i am searching in internet to find Right to left support component packages. as You know there are many packages there (like devexpress, Component one, Netadvantage, .... )
i dont know any of them, ...