Top "Persian" questions

The Farsi tag is for issues relating to Persian (Farsi, فارسی, پارسی) language.

How to support Arabic text in Android?

I am getting Arabic text from server successfully. Retrieved text I want display in code but its showing boxes instead …

android internationalization arabic persian farsi
Why words are shuffled when I insert English words in any Arabic/Urdu/Persian text on Notepad or MS Word?

I can write Arabic/Urdu/Persian on MS Word or Notepad just fine, but whenever I insert any English word …

ms-word arabic direction persian bidi
How convert Gregorian date to Persian date?

I want to convert a custom Gregorian date to Persian date in C#. For example, i have a string with …

c# date gregorian-calendar date-conversion persian
Twitter Bootstrap CSS that support from RTL languages

I just discover Twitter Bootstrap and I'm wondering if there is a right-to-left (RTL) version of it. Does anyone know?

css twitter-bootstrap arabic right-to-left persian
How can I support Farsi (Persian) text in Android?

I am getting Arabic text from server successfully. Retrieved text I want display in code but its showing boxes instead …

android fonts persian farsi
How to Convert Persian Digits in variable to English Digits Using Culture?

I want to change persian numbers which are saved in variable like this : string Value="۱۰۳۶۷۵۱"; to string Value="1036751"; How can …

c# .net cultureinfo string-parsing persian
How can I use a right to left language in "Sublime Text" editor

I want to use some strings which are in my language (Persian) in "Sublime Text", but the editor does not …

sublimetext3 right-to-left persian
I Can't Find dompdf_config.inc.php or dompdf_config.custom.inc.php for setting "DOMPDF_UNICODE_ENABLED" true

I use dompdf to save a html page as pdf by php. I use Persian characters in my html page (…

php pdf unicode dompdf persian
How to print DateTime in Persian format in C#

What is the simplest way to print c# DateTime in Persian? currently I'm using : static public string PersianDateString(DateTime d) { …

c# datetime cultureinfo persian
How to feed DatePicker widget with other calendar sytems?

Is there anyway to use DatePicker widget with other calendar systems ? I need a picker for Jalali (Persian) Calendar system, …

android android-layout datepicker persian custom-widgets