Hi, > > Note that I don't think subsequent requests for the *same* widget instance > with a different locale parameter will do anything. >
Yes that's true, I finally removed my widget from wookie and added again. After that i was able to create new instance with locale i had specified by parameter "locale"; Obviously just by updating the widget it didn't detect my new locales. Currently if widget instance was created for user "joe" with locale "ru" and then "joe" wants to use "en" instead then it can't be done. Is there any way how to change locale for current instance ?? For example I have some sort of website, it has language buttons "en", "et", "ru" and i always initialize widget with username "anonymous". When picking the language, it should change widgets locale to, if widget has one. It's not possible to change widget username all the time, because widget preferences will be then lost. One last option, is to implement some sort of Javascript based language helper, but i'd rather to it W3C way. -- Raido
