|
|
<%
Select Case Session("language")
Case "English"
strPerson = "person"
strText1 = "Prices for number of persons in each room, including breakfast"
strText2 = "Under two years are free"
strText3 = "Packed lunches"
strText4 = "Per Adult"
strText5 = "Per Child"
strText6 = "Evening Meals"
strText7 = "which includes: an aperitif followed by a three course meal with red or white wine and thereafter cheese and coffee."
strMore = "or more"
Case "French"
strPerson = "personne"
strText1 = "Prix (par nuit) petit-déjeuner compris"
strText2 = "Gratuit pour les moins de 2 ans."
strText3 = "Panier repas"
strText4 = "Par adulte"
strText5 = "Par enfant "
strText6 = "Dîner"
strText7 = "Le repas comprend une entrée, un plat et un dessert ainsi que fromage et café. Vous aurez le choix entre vin rouge et vin blanc."
strMore = "plus"
End Select
%>
| |
| |
|
|
| |
|
|
|
| 1 <%=strPerson%> |
|
€50 |
|
|
|
| 2 <%=strPerson%>s |
|
€58 |
|
|
|
| 3 <%=strPerson%>s |
|
€74 |
|
|
|
| 4 <%=strPerson%>s |
|
€90 |
|
|
|
| 5 <%=strPerson%>s |
|
€106 |
|
|
| |
| <%=strText2%> |
|
|
|
| <%=strText4%> |
|
€8 |
|
|
|
| <%=strText5%> |
|
€8 |
|
| |
|
|
|
|
|