Hi All,
In my app, I use lots of dateformat and dateparse. In this case, I use Datetime.DateFormat = "dd/MMMM/yyyy". If the phone language is English, it will display like 01/January/2015, but if the phone language is not, for example I change it to Vietnamese, it will display like 01/thang mot/2015 (thang mot = January) My question is, can I always display January regardless of the phone language. Thank you.
In my app, I use lots of dateformat and dateparse. In this case, I use Datetime.DateFormat = "dd/MMMM/yyyy". If the phone language is English, it will display like 01/January/2015, but if the phone language is not, for example I change it to Vietnamese, it will display like 01/thang mot/2015 (thang mot = January) My question is, can I always display January regardless of the phone language. Thank you.