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.
Using a Calendar for a specific Culture
Re: Using a Calendar for a specific Culture
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.
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
Hello.
Thank you.
Unfortunately, it's impossible.Saus86 wrote:Is possibile to view inside a object DateTimePicker a specific Calendar in function of the Culture selected??
No there is now such possibility. you should set the Right To Left porperty of each component.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???
Thank you.
Re: Using a Calendar for a specific Culture
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.
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
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.
Not all components has RightToLeft property.
And if it is the possible values are True or False. There is no Inherit value.
Thank you.