Hia Localizer Developers,
How I can run a multilanguage templating system specially for LTR languages on localizer ? any path module or document or sentence to help me do such a thing ???
Regards
Hia Localizer Developers,
How I can run a multilanguage templating system specially for LTR languages on localizer ? any path module or document or sentence to help me do such a thing ???
Regards
Comments
Comment #1
edinjapan commentedI am no expert, but I believe the RTL vs LTR issue has more to do with the theme than anything else. If you look at the Drupal contributed themes, you will see many dedicated to a specific language direction.
You may need to make sure your MySQL DB is set up for the proper characterset and collation as well.
As far as I know though, Localizer is just keeping track of nodes and translations done, and really isn't dealing with the languages themselves.
Comment #2
daveloper commentedThanks for your update,
I know I've to work with templtes, but I want to know more about this templates.
Specially I want to know more about the API which I can use to determaine the language and change the template output and more.
Comment #3
daveloper commentedA way:
add something like rtl_style.css with RTL styles and edit template.php and add:
and change _phptemplate_variables function to:
note that _phptemplate_variables will be called to setup variables like style strings and etc.