Method | Description | |
---|---|---|
PluralLocalizationFormatter ( string defaultTwoLetterISOLanguageName ) : System |
Initializes the plugin with rules for many common languages. If no CultureInfo is supplied to the formatter, the default language rules will be used by default.
|
|
TryEvaluateFormat ( IFormattingInfo formattingInfo ) : bool |
Method | Description | |
---|---|---|
GetPluralRule ( IFormattingInfo formattingInfo ) : PluralRules.PluralRuleDelegate |
public PluralLocalizationFormatter ( string defaultTwoLetterISOLanguageName ) : System | ||
defaultTwoLetterISOLanguageName | string | |
return | System |
public TryEvaluateFormat ( IFormattingInfo formattingInfo ) : bool | ||
formattingInfo | IFormattingInfo | |
return | bool |