I've read something from the web, and it makes me confused.
The .resx file (comes from any applications) can be:
+ 'Language' + '.' + + '.resX' (ex: Word.fr-CA.resx)
or just "Word.resx"
Then how can I determine the language of a resx file when I open I the program?
There is no tag or element like "xml:lang" in the resx file.
Should I use the "extension" of the file to decide its language-locale?
Thanks.
It is purely done by naming conventions,
[assembly:NeutralResourcesLanguageAttribute]
.