need2progm
Programmer
I am trying to make our web app multilingual by using resource files. Seems to be the best fit for the job.
I have implemented them by using Microsoft example. ms-help://MS.VSCC/MS.MSDNVS/vbcon/html/vbwlkWalkthroughLocalizingWebForms.htm
My question....
I have a client who develops certification exams for his employees in English. Over 50 % of his staff needs the exam presented to them in Spanish.
From the example.. it looks at what OS language to decide what language to present the text.. actually the browser header so not to use the OS language of the web server. The OS is in English that the exams are given on… so are resource files useless to me? Am I going to have to use a hastable or Enum?
I have implemented them by using Microsoft example. ms-help://MS.VSCC/MS.MSDNVS/vbcon/html/vbwlkWalkthroughLocalizingWebForms.htm
My question....
I have a client who develops certification exams for his employees in English. Over 50 % of his staff needs the exam presented to them in Spanish.
From the example.. it looks at what OS language to decide what language to present the text.. actually the browser header so not to use the OS language of the web server. The OS is in English that the exams are given on… so are resource files useless to me? Am I going to have to use a hastable or Enum?