C# 클래스 SmartFormat.Extensions.PluralLocalizationFormatter

상속: IFormatter
파일 보기 프로젝트 열기: scottrippey/SmartFormat.NET

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetPluralRule ( IFormattingInfo formattingInfo ) : PluralRules.PluralRuleDelegate

메소드 상세

PluralLocalizationFormatter() 공개 메소드

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.
public PluralLocalizationFormatter ( string defaultTwoLetterISOLanguageName ) : System
defaultTwoLetterISOLanguageName string
리턴 System

TryEvaluateFormat() 공개 메소드

public TryEvaluateFormat ( IFormattingInfo formattingInfo ) : bool
formattingInfo IFormattingInfo
리턴 bool