Jump to content

language direction


phpcollect

Recommended Posts

Hi

I have a php site. It is multilingual. I would like to have the language direction be ltr for english and rtl for the other language, I know in regular html I would be inserting in the html tag of the specific language index file <html dir="rtl">. What do I do in php - I know which files to insert in but I dont know what!

I understand it should be a define statement and I have one define statement

define ('LANG_CODEPAGE', 'iso-8859-1') should I be adding something to this?

Thanks ;)

Link to comment
https://forums.phpfreaks.com/topic/68808-language-direction/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.