Sorry if duplicate, been searching but couldn't find a solution yet

If a node only have english translation, it will only display En flag
If it has been translated to korean and french, it will display English, Korean and France Flag ONLY

any code to achieve this?

Comments

kalesco’s picture

I have the same question!
any help is appreciated!

Freso’s picture

Project: Language Icons » Drupal core
Version: 6.x-1.0 » 6.9
Component: User interface » locale.module

The Language Icons module simply adds the flags to the links (or replaces the text links with "flag" links), the links themselves come from core's Locale module, so that is where you want to look.

sugiggs’s picture

any solution yet?

1websitedesigner’s picture

The i18n or Internationalization shows the translation options just when they exist (e.g. English flags, French flags, etc.)

http://drupal.org/project/i18n

Cheers,

Martin

www.1websitedesigner.com

miruoss’s picture

This is a boring issue that comes with the way Drupal stores its translations. The same happens with menu links sometimes. (See http://drupal.org/node/466968). http://drupal.org/project/active_translation could help in your situation.

mdupont’s picture

Category: feature » support
Status: Active » Closed (works as designed)