I need pluralize my entities with [Inflector](http://nuget.org/packages/Inflector/).
I post this [question in stackoverflow](http://stackoverflow.com/questions/17471391/how-to-customize-the-pluralization-ef6) but unanswered.
Any help is welcome!
Unai Zorrilla Castr Came the reply:
"What kind of help do you need? You only need implement the IPluralizationService and register the new pluralization using the new DbConfiguration class."
But how to use DbConfiguration? If possible send code examples. Would greatly help
Comments: Thanks!. Now we need to translate into another language. In my case, I would pluralize for pt-BR.
I post this [question in stackoverflow](http://stackoverflow.com/questions/17471391/how-to-customize-the-pluralization-ef6) but unanswered.
Any help is welcome!
Unai Zorrilla Castr Came the reply:
"What kind of help do you need? You only need implement the IPluralizationService and register the new pluralization using the new DbConfiguration class."
But how to use DbConfiguration? If possible send code examples. Would greatly help
Comments: Thanks!. Now we need to translate into another language. In my case, I would pluralize for pt-BR.