Posted by standerby on October 24, 2008 at 1:47am
I installed Internationalization module. I add another language and translate one page to another language, which works great. The problem is the language switcher shown up near the footer area even though I have already configure the Language Switcher not shown in any block in Site building/blocks. Of course it doesn't shown up when one page only has one language version. Any one has the same experience? Thanks.
Comments
css
you can use a simple css to hide the links..
#content .translation-link {display:none;
}
short and sweet
Pasqualle that is helpful.
Standerby you may be confusing the language switch for the site in the block with a language switch for that node. Each node that has translated material will show links at the bottom for the other languages available. You can hide these with css in your theme.
http://2tell.org/boring
http://2tell.org/doubt
Module Settings
You can also disable those footer links. Go to Administer>Site Configuration>Languages and if you click Multilingual System tab, there is an option to hide content translation links...
Cheers,
Sinan
using flags
I use translation in blocks but i do not want use translation like this. I want to use flag icons to translation and these flags should be mune or heaser not in block. How i can do this? thanks..