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
Comment #1
kalesco commentedI have the same question!
any help is appreciated!
Comment #2
Freso commentedThe 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.
Comment #3
sugiggs commentedany solution yet?
Comment #4
1websitedesigner commentedThe 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
Comment #5
miruoss commentedThis 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.
Comment #6
mdupont