I need to replace the name of the AD months to Persian months name in a datepicker, how to do it?
public static final String[] MONTHS = {"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"};
to
public static final String[] JALALI_MONTHS = {"Farvardin", "Ordibehesht","Khordad","Tir","Mordad","Shahrivar","Meher","Aban","Azar","Dey","Bahman","Esfand"};