Ejemplo n.º 1
0
 public String GetMonthName(Int32 month)
 {
     return(PlainText.GetMonthName(month, Language));
 }