Humanizer.Inflections.Vocabularies
Vocabularies Class
Container for registered Vocabularies. At present, only a single vocabulary is supported: Default.
public static class Vocabularies
Inheritance System.Object → Vocabularies
Properties
Vocabularies.Default Property
The default vocabulary used for singular/plural irregularities. Rules can be added to this vocabulary and will be picked up by called to Singularize() and Pluralize(). At this time, multiple vocabularies and removing existing rules are not supported.
public static Humanizer.Inflections.Vocabulary Default { get; }