I need to develop a multi language feature for a website and am trying to think of the best way possible to store two more languages for context and instructions. I am thinking of generating a class with a function per language, and then create an array to hold all the instructions, one per element.
The only drawback to this is the lack of structure arrays in ASP.
Does anyone else have another idea? A session var would be too heavy on the server with the size it would be I think.
The only drawback to this is the lack of structure arrays in ASP.
Does anyone else have another idea? A session var would be too heavy on the server with the size it would be I think.