NEED: Localization tool and Rails 2.0.2

Hello,

I need a localization tool/plugin for my rails application that work
with REST, can translate whole web pages(or i can create 2 different
pages for 2 languages), and fast.

Thanks for any suggestions!!!

I’m using simple_localization now, It does the job for me…

Ger.

Vorik wrote:

I’m using simple_localization now, It does the job for me…

Ger.

And does it support page caching?

On 2/5/08, Igor K. [email protected] wrote:

Vorik wrote:

I’m using simple_localization now, It does the job for me…

Ger.

And does it support page caching?

Very happy with the gettext gem here. It supports translation of
strings, using the standardized .po(t?) format, or of full page
templates.

Our site is too dynamic / low traffic to bother with caching, but I
think adding the locale as part of your URL is a common approach,
which should work with any localization system.

Isak