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