Using a calender not listed in culture
-
i am trying to use my own calendar class derived from the abstract calendar class in System.Globalization i need my custom calendar because what i want is ethiopian calendar, the calensar works OK, but the problem is there is no culture specified by microsoft for ethiopian (Amharic) Language so i've gotten away by using other culture and changing editable parts of it for globalization,localization of the application; now the problem is i can not assign a calendar for any culture, i need it for local date conversion & automatic formatting is there any way to get around this.
-
i am trying to use my own calendar class derived from the abstract calendar class in System.Globalization i need my custom calendar because what i want is ethiopian calendar, the calensar works OK, but the problem is there is no culture specified by microsoft for ethiopian (Amharic) Language so i've gotten away by using other culture and changing editable parts of it for globalization,localization of the application; now the problem is i can not assign a calendar for any culture, i need it for local date conversion & automatic formatting is there any way to get around this.