need help to arabic text in wordpress

Make sure all your files are encoded in UTF-8. Keep your theme language agnostic: Write all strings in English and use the proper translation functions to get the translated string (eg. Arabic): _e( ‘Hello world!’, ‘your_text_domain’ );