sarbagyastha / nepali_date_picker

Material Style Date Picker with Bikram Sambat(Nepali) Calendar Support. Supports both Android and ios.
BSD 3-Clause "New" or "Revised" License
40 stars 30 forks source link

How to pick time in Nepali Language? #13

Closed 2shrestha22 closed 2 years ago

2shrestha22 commented 2 years ago

I didn't find any way to pick time in Nepali Language. Is it possible to do so?

sarbagyastha commented 2 years ago

You can do this to switch between languages. https://github.com/sarbagyastha/nepali_date_picker/blob/0368448952e0b03eae9bd71a952851677209f94f/example/lib/main.dart#L55

2shrestha22 commented 2 years ago

@sarbagyastha it is already in Nepali, I am saying about calendar that pop ups when using date picker. Those calendar are in English like Baisakh, Jestha.

sarbagyastha commented 2 years ago
NepaliUtils().language = Language.nepali;
showMaterialDatePicker();