C# Class Orchard.Mvc.Html.LocalizerExtensions

Afficher le fichier Open project: ucdavis/Orchard

Méthodes publiques

Méthode Description
Plural ( this T, string textSingular, string textPlural, int count ) : Orchard.Localization.LocalizedString

Method Details

Plural() public static méthode

public static Plural ( this T, string textSingular, string textPlural, int count ) : Orchard.Localization.LocalizedString
T this
textSingular string
textPlural string
count int
Résultat Orchard.Localization.LocalizedString