Re: Let user select a user interface language
Originally Posted by
Il Gatto
I have a similar problem.
I need to use three languages as well. Wordpress supports localization per se. The problem is... what if some user wants to write some text in more than one language? There's a plugin called qtranslate that allows you to do this... but it's for ordinary blogs and while can create a language switcher for the interface (something you can do yourself anyway), it doesn't allow to write classified in multiple languages... I think it may solve your problem since it seems you're more concerned of the UI localization, not user content.
Well, this is what I am planning to do. Please let me know if this sounds possible with classipress.
Users can select a UI language by clicking on "french|english|german" located on top of the site. This will only change the UI language.
Additionally, when users enter a new ad, I will add a custom field that lets them choose the language of their post. For example, a user might select "french".
Finally,
regardless of the UI language picked by the user, I will show all classifieds in all languages.
So, a user might be using the site in french but he/she will still see posts in english, german, etc.
If this can be done, it is ok.
But, for an ideal solution, I would like to add a "show only ads in my language" checkbox under the UI language selection link. If a user selects the english UI and ticks the "show ads in my lang" checkbox, than the system will filter and display only ads in that language.
If classipress supports filtering ads by user defined field, this could be done. What do you think?