コード例 #1
0
 public ArabicLanguage()
 {
     AbbreviationReplacer = new ArabicAbbreviationReplacer(this);
 }
コード例 #2
0
 public PersianLanguage()
 {
     AbbreviationReplacer = new PersianAbbreviationReplacer(this);
 }
コード例 #3
0
 public BulgarianLanguage()
 {
     AbbreviationReplacer = new BulgarianAbbreviationReplacer(this);
 }
コード例 #4
0
 public RussianLanguage()
 {
     AbbreviationReplacer = new RussianAbbreviationReplacer(this);
 }
コード例 #5
0
 public KazakhLanguage()
 {
     AbbreviationReplacer = new KazakhAbbreviationReplacer(this);
 }