In my current project, on the main page I can switch language (FR|NL|UK).
All the texts are in ressources (.resx) files. The language code (FR, NL, UK) I need to use is in myMode.
How can I do to set all the : @HTML.Label( ….)
Thanks,
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
When you change language you need to change the current UI culture. You also need to track the user language preferences somewhere (route, cookie, session, …). Here’s a nice guide that I would recommend you reading.