Hello,
I'm looking for a best practice solution to handel string pluralization in the .NET environment. I want to avoid strings with multiple one grammatical numbers in one sentence. e.g. "You have no writing permission(s) for the user(s)." Does Passolo offer options for pluralization of strings and placeholders or do I have to rely on the features of the development environment. Are there some well developed libraries which can handle such forms?
What I found by now: SmartFormat.NET or Pluralizer
Can you share your experiences?