I have been tasked by my employer to build out a very simple customer satisfaction survey. The only catch is that it must be available in both English and Spanish. And, no database can be involved in handling the language. In other words, the actual words must be stored in the code, as variables. To make things simple (for the purpose of this discussion) let's just say that we need to display a single sentence, either in English or Spanish, depending on what parameter is on the end of the URL.I have been tasked by my employer to build out