Hi,
Thanks for reply and the link , interressting
I read it, and I think : I have to found where the gregorien calendar is defined in all the dnn’s solution;
specialy in (arabec version of the web site)
3.3.8
|
Add/Remove Sub-Calendars
|
Move calendars from the Available to the Selected lists to set them as a sub-calendar.
|
I’m using dnn 4.9.4 so I can’t download the language pack (arabe) of dnn 6 ? isn’t it?
Then users can set their preferred 'Locale' in their user profile. This should then set the calendar to that locale…
Where? Can you show me where Pls. ? I have to try to see if it will works ???
//------------------
Other thing:
In my web site : I installed before the module in the link :
http://cde.codeplex.com/
and in the skin programme I added :
<%@ Register TagPrefix="tm" TagName="CURRENTDATEEXT" Src="~/DesktopModules/TidyModules.CurrentDateExtended/CurrentDateExt.ascx" %>
...
<tm:CURRENTDATEEXT runat="server" ID="tmCURRENTDATEEXT" CalendarName="Hijri" CultureName="ar-MA" DateFormat="D" />
And in my web site it works perfectly , and it displays some thing like :
- in arabec version :
- جمادى الأولى- 21 -1433 / الجمعة 13 ابريل 2012
- in english version :
21-جمادى الأولى-1433 / Friday 13 April 2012
So it works , and when i added the Event module (to defined some important days in the year of arabec calender « hijri ») I don’t know where can I do this ? or what is the directory “portal ? ” or a file or a program change (adding some lines ) ???
Please help