I want to create a resource file to store localized text (Singaporean English, for example) and follow the steps below and get the error.
- Create a new ASP.net web application.
- Create a file named "shopping.resx" in App_GlobalResources.
- Create a file named "shopping.en-sg.resx" in App_GlobalResources.
- Add a few entries to the two resource files.
Error occurs (The namespace 'Resources' already contains a definition) during compilation.
How can I resolve it?
