Wednesday, 23 May 2012

Culture info in RadDateTime Picker



In this example we can give culture info for localization in RadDatetimePicker.

for this below example u can get different localizations according to their country.

it is one of the property in RadDateTimePicker

for different localization we can find below link:
http://yash-maneel.blogspot.in/2012/05/different-culture-names.html

In aspx Page


 <telerik:RadDatePicker ID="RadDatePicker1" runat="server">
            <Calendar UseColumnHeadersAsSelectors="False" UseRowHeadersAsSelectors="False"
                          ViewSelectorText="x" FastNavigationSettings-EnableTodayButtonSelection="true"
                          CultureInfo="Arabic (Iraq)">
            </Calendar>
        </telerik:RadDatePicker>

Note: can change culture info according to your requirements


Final OutPut:



Related Posts:

  • Culture info in RadDateTime Picker In this example we can give culture info for localization in RadDatetimePicker. for this below example u can get different localizations according to their country. it is one of the property in RadDateTimePicke… Read More
  • Word document in iframe This is screen shot for iframe.Here In the below Screenshot iframe viewing the word document in the form of html. so i am giving html to the Iframe src. Iframe can view excel,csv,pdf,text file… Read More
  • Different Culture Names CULTURE ||SPEC.CULTURE||ENGLISH NAME af af-ZA Afrikaans af-ZA af-ZA Afrikaans (South Africa) ar ar-SA Arabic ar-AE ar-AE Arabic (U.A.E.) ar-BH ar-BH Arabic … Read More
  • Convert date format in javascript     Here in this example i am going to explain how to convert date into another format in javascript. Example : Here in this today's date will be obtained in the variable dt in system format and o… Read More
  • Word Documents and Excel Documents in IFRAME In this below example we are converting word OR excel document to HTML. In this case we are converting and giving converted HTML file as ""src"" to ""iframe"". Step By Step Procedure : 1)First step is create one… Read More

0 comments:

Post a Comment