We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 24719
    • 194 Posts
    i’ve been noseying through the revolution code, and have read jason’s post which mentions cultures.

    i can see a culture is being loaded when the manager context is initialised.

    is there any more info available on how to use cultures - like is the info saved in files like the lexicon files (and if so, what’s the format), or will settings be saved in the db?

    it’d be great to get it clear in my head exactly how the i18n stuff works, and how to set it up.

    thanks
    • There’s nothing fancy, you can simply use whatever scheme for cultures you want; the idea is that you use a context with context settings to set some custom key/value pairs which you can then use to determine language, currency, date and other culture-specific formatting issues in each context. System settings could define the defaults for all contexts, and user settings could override those settings per user.
        • 24719
        • 194 Posts
        ok thanks, i’ll have a play about