I am thinking about putting my site in different languages. I already have the structure for it in the database but needs some advice.
Selecting from the database seems a slow solution. I am thinking of writing the content to a file in some way or build a class with som objects of words.
The file shouldn't be too large so I am thinking if the IIS can cache this file and I can include it fast in each script. How can I do this the best way? Is this possible at all? Does it have to be a clean text format or can I include some php-code?
Thankful for any comments or ideas.
/ Henrik