Language Selection
As the user must be able to switch the interface language on
the fly, there must be some criteria for choosing the right language for each
page hit. The current selection criteria goes like this:
- Language contained in URL -language prefix-
- Language from user settings.
- Language from browser settings -if browser language
detection is enabled-. - System's default language.
2 Comments
What about multiple languages on the same page
You seem to be assuming that we want one language or another? Any ideas about drupal i18n capabilities to put multiple languages on the same page?
That is a great
That is a great question.
Can you give me a use case? Maybe with drupal 4.7 you can create a view of one language and
use the view on another section of a different language?
<!--[if !supportEmptyParas]--> <!--[endif]-->
As for having one post in different languages that is
simply a matter of ensuring that you have the right fonts on your site – for example
you can write English and Arabic right next to each other without multilingual
support with a little CSS to change the direction.
Post new comment