Internalization: select languages

Hi,

I have i18n my rails app, but I don’t like the ugly select button for the user to choose their language. Instead, I want to have flags (thumbnail pictures) for select the appropriate language. Can anyone give me a hint how to do it? Or a link to a tutorial?

Thanks Cheers,

Chris

well

I have i18n my rails app, but I don't like the ugly select button for the user to choose their language.

Not sure what "ugly button" you're referring to but surely changing that out is pretty much cosmetic? Do you have a link to an example?

Instead, I want to have flags (thumbnail pictures) for select the appropriate language.

Countries have flags -- languages don't; using the language name directly is preferred.