I inherited an MDA, that is using web resource files to display some longer pieces of text.
I need to add multi - language support, all the normal standard multi - language support appears to work great 🙂
I had found some info that said to use a naming convention <myresource>.<languagecode>.resx
Hoping that loading separate files for each language, with the language code in the name would be enough for the system to switch automatically. But either I'm doing something wrong, or the only other way I can think of is to add an event handler to switch between the files based on the users language code (userlcid)
Any ideas?
thx

Report
All responses (
Answers (