Changing locales based on user/request

Hi,

I'm using the i18n plugin and wondering if it's possible to change
locale's (and therefore resourceBundles) based on users rather than
the site.

Does anybody have an example of done this before?

What i'm thinking is to store all my resourceBundles and just access
them based on the user performing the request?

cheers,

Bill

Bill, the user’s local can be stored on session, cookie or client. The locale determines what resource is retrieved, so it is not application based but user based. the i18n samples gallery shows this.

Hi Luis,

Awesome. Thanks for replying, I have the resources working and should
have looked at it more closely!

cheers and thank you for the best CF framework!