Hello, I am creating a Perl based web site template and it will be deployed in different languages. I have some static text in the site like form labels, window titles, user error messages etc. I want to store these strings separately so that these can be easily translated. Which storage media is best for this purpose? Text file with key-value pairs, DBM or a RDBMS. Gettext module talks about po files. What are those? Will I need to do any specific programming to be able to use GetText module? Thanks