Reputation: 38805
Apart from the module of i18n, is there any other module to build a multilingual site with Drupal?
Upvotes: 5
Views: 440
Reputation: 1
With i18n you have to install other modules like l10n_update, language dropdown, language icons, translation overview, variable. These are some of the module which make your multi language drop-down easy to use.
Upvotes: 0
Reputation: 87
Translation Management Tool (https://www.drupal.org/project/tmgmt) is a recent module.The Translation Management Tool (TMGMT) module provides a tool set for translating content from different sources. The translation can be done by people or translation services of all kinds. It builds on and uses existing language tools and data structures in Drupal and can be used in automated workflow scenarios.
Upvotes: 0
Reputation: 4114
You can use other modules like:
https://www.drupal.org/project/gtranslate
https://www.drupal.org/project/gtrans
with these modules you don't need to add translated content manually for each languages.
But of course these modules uses 3rd party services to translate, so not efficient always.
So I suggest to use: Internationalization with Localization update Its work like charm, I am currently using it.
Upvotes: 2
Reputation: 133
And you can also use entity translation which allows you to do field level translation .You can translate a field also if required using this module
Upvotes: 0
Reputation: 7392
If you don't want to use the many i18n-based modules, Drupal 6 already ships with Locale and Content Translation, however this can get cucumbersome if you have a lot of contents to translate. The Translation Management or Localization Client modules would help on that regard.
You could get more ideas on this page: http://drupal.org/node/254214
Upvotes: 4