I have sites with Drupal 5 with i18n module. There, I can make page with URL alias "en/about" and one with "bg/about" alias, and both to be processed as 2 translations of the same thing. Now with Drupal 6 and new locale support, I do the same as in Drupal 5 + i18n module but end up at most with something like "about" and "bg/about". Something is too different in handling path aliases and languages. How can I reproduce the old (and to me - the correct) behaviour?
There is a snippet that can be used for language switching instead of the standard language switching block (see an example of page template code appended) - the point is (1) being more compact (e.g. inserting the switcher into the page header at the same level as the site name, slogan, or search box), and (2) hiding the current language (see http://drupal.org/node/226959).
" * It is possible to group options together; to do this, change the format of
* $options to an associative array in which the keys are group labels, and the
* values are associative arrays in the normal $options format.
"
The "format of $options is in a "associative array".
Hi Everybody,
I use the CPanel to install Drupal 6 and everything is working well. However, I get a problem to set Vietnamese as my default language after adding it and import po files I can access Vietnamese site via path prifix something like www.saomaiquan.org/vi but cannot set the it default. After check Vietnamese as default language and click save configuration, it doesn't save.