Page 1 of 1

Using a Calendar for a specific Culture

Posted: Tue May 06, 2014 11:22 am
by Saus86
Hi,
Is possibile to view inside a object DateTimePicker a specific Calendar in function of the Culture selected??

Example:
I usa Arabic culture (ar-SA) and i want to view islamic calendar whe i select dates in my FormReport.

Re: Using a Calendar for a specific Culture

Posted: Tue May 06, 2014 11:24 am
by Saus86
Another question...
If i always select culture ar-SA, exist a quick way for align all fields in my report (in form and page) from right to left???

Thank you.

Re: Using a Calendar for a specific Culture

Posted: Wed May 07, 2014 10:23 am
by HighAley
Hello.
Saus86 wrote:Is possibile to view inside a object DateTimePicker a specific Calendar in function of the Culture selected??
Unfortunately, it's impossible.
Saus86 wrote:If i always select culture ar-SA, exist a quick way for align all fields in my report (in form and page) from right to left???
No there is now such possibility. you should set the Right To Left porperty of each component.

Thank you.

Re: Using a Calendar for a specific Culture

Posted: Thu May 15, 2014 12:57 pm
by Saus86
Ok. i have set all component of Form with RightToLeft = Inherit.
About components included in the Pages i don't found this parameters in Properties. I have tried to recall it by code but this property not exist for this elements.
How can i resolve this problem in pages'?

Thank you.

Re: Using a Calendar for a specific Culture

Posted: Fri May 16, 2014 12:56 pm
by HighAley
Hello.

Not all components has RightToLeft property.
And if it is the possible values are True or False. There is no Inherit value.

Thank you.