How can I start developing a site in Arabic in ASP.NET?

I would like to create a website using ASP.NET in Arabic.

What would be a good place to start?

Useful advice to keep in mind?

0
source share
1 answer

I made some of this in a previous life, this is what I remember:

Will it just be ar-foo? If not (and I will always encourage thinking about future opportunities), then having a page layout that is flexible enough to handle RTL and LTR or switch will be a big deal. This includes moving elements such as the ubiquitous menu on the left.

, . XML/XSLT , .

, , . , -, hijri calendar , .

, . , , , . , .

+2

All Articles