I am using VS 2010 and I have an entity 'Person'.
The pluralization-service turns its plural to 'People', I want it to be Persons. Is there a place where I can manage the pluralizations library?
|
I am using VS 2010 and I have an entity 'Person'. The pluralization-service turns its plural to 'People', I want it to be Persons. Is there a place where I can manage the pluralizations library? |
|||
|
|
|
Not in Visual Studio, no.
You can use the pluralization service in your own code, however, and customize it there. |
|||||
|