vote up 0 vote down star

I want to create a resource file to store localized text (Singaporean English, for example) and follow the steps below and get the error.

  1. Create a new ASP.net web application.
  2. Create a file named "shopping.resx" in App_GlobalResources.
  3. Create a file named "shopping.en-sg.resx" in App_GlobalResources.
  4. 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?

flag

55% accept rate
You asked the same question on the 20th of August. You also marked one response as an answer. Why are you asking it again? – Developer Art Oct 28 at 9:11

1 Answer

vote up 0 vote down

According to this topic: The namespace 'Resources' already contains a definition for

the problem is due to the wrong culture name.

Your "en-sg" culture likely does not exist.

link|flag
I want to create new culture for Singaporean English, Indian English. What should I do then? It seems I can only use zh-sg for Singaporean "ENGLISH" but it doesn't make sense. – Billy Oct 28 at 9:04

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.