I am using Class::PhraseBook and HTML::Template to create a multilingual website (or I am trying to...). However, there will be alot of phrases and I don't want to substitute every singel one of them into a HTML::Template variable such as.
Can I send the Class::PhraseBook object directly to HTML::Template, or is there any other module where this can be done?