I am playing around with resource files and have run into a problem.
I have a folder called Languages. When I make a resource file and say call it “R.resx” I can call this resource file up in my classes.
If I rename this file(or delete and make a new resource file) and call it R.en.resx I cannot call this resource file up in my class anymore.
Does the first language need to be in R.resx where the rest would be R.language.resx?
Step 6
To create resource files for additional languages, copy the file in Solution Explorer or in Windows Explorer, and then rename it using one of the following patterns:
So yes, you are correct in your assumption that the base resource file would be the first language.
EDIT:
You may have to also do this (to get rid of the language part after the name chunk):
This code would get you the “name” chunk you are after by itself.