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