public ArabicLanguage()
 {
     AbbreviationReplacer = new ArabicAbbreviationReplacer(this);
 }
 public PersianLanguage()
 {
     AbbreviationReplacer = new PersianAbbreviationReplacer(this);
 }
Esempio n. 3
0
 public BulgarianLanguage()
 {
     AbbreviationReplacer = new BulgarianAbbreviationReplacer(this);
 }
Esempio n. 4
0
 public RussianLanguage()
 {
     AbbreviationReplacer = new RussianAbbreviationReplacer(this);
 }
Esempio n. 5
0
 public KazakhLanguage()
 {
     AbbreviationReplacer = new KazakhAbbreviationReplacer(this);
 }