Hello,
I am trying to display the arabic text and i got some problems, i have tried some methods:
Layer.Encoding = System.Text.Encoding.Unicode - nothing displayed
Layer.Encoding = System.Text.Encoding.GetEncoding("1256") - i have tried all arabic code page but non of them work, i get an error says "code page not supported" something like that.
and then i try to render the map on the server-side, the arabic text work well and again, i encountered same problem when i try to get feature info on mouse click, the data has to be on the client-side as mentioned on the example and arabic fails on this area.
How do i get feature info on mouse click on the server-side?
Thanks.