Hello every one,
This is my first article this this forum hope it will be much helpful for me and other also.
I'm gonna build a wordpress site with two languages English and Arabic. My Cliend doesn't want to be used some sort of plugins like qTranslate, Multilingual ets, to translate. because these plugins only replace text on same position, infact arabic start from right side and all the contents should be flipped to right..
If any body has an idea please share . Thanks in advance
engr_pir 0 Newbie Poster
Recommended Answers
Jump to PostIn addition to previous notes, the direction of the text depends on the HTML
dir
attribute, an example of multilanguage page:<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>sample …
Jump to Postbut i need to make language switcher and how can i place double text one in english and other in Arabic is it possible ??
Yes, you can do this in WP.
Jump to PostHave a look at this page: http://codex.wordpress.org/Multilingual_WordPress - this is different to the link above. The link above leads to info about WP in a non-English language, this one concentrates on language switching. …
All 10 Replies
veedeoo 474 Junior Poster Featured Poster
kindo commented: You can't use strrev for language translation +0
engr_pir 0 Newbie Poster
london-G 0 Light Poster
cereal 1,524 Nearly a Senior Poster Featured Poster
engr_pir 0 Newbie Poster
cereal 1,524 Nearly a Senior Poster Featured Poster

diafol
engr_pir 0 Newbie Poster

diafol
engr_pir 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.