Localization in ASP.NET MVC TimePicker

21 Jul 20221 minute to read

You can globalize the TimePicker, so that users of different cultures can make use of it and post their content. For your convenience, you can format the TimePicker control to your culture. When your blog is in your culture, the viewers of your culture can understand about your company and its products. You can achieve localization using the “Locale” property.

More than 350 culture specific files are available to localize the time. To know more about EJ globalize support, please refer the below link
http://help.syncfusion.com/js/localization

NOTE

Seven culture-specific script files are available in the below specified location. For all other culture files, please download from the GitHub location.

(installed location)\Syncfusion\Essential Studio\24.2.3\JavaScript\assets\scripts\i18n For example, If you have installed the Essential Studio package within C:\Program Files (x86), then navigate to the below location, C:\Program Files (x86)\Syncfusion\Essential Studio\24.2.3\JavaScript\assets\scripts\i18n

The following code example is used to set TimePicker in Spanish language.

Enabling Localization Support

The following steps explains you on how to enable Locale property for TimePicker.

  1. Add the following code to the corresponding view page to render the TimePicker.
  • CSHTML
  • @*Add the following code example to the corresponding CSHTML page to render TimePicker widget with Spanish culture*@
    
    @Html.EJ().TimePicker("time").Locale("es-ES")

    Execute the above code to render the following output.

    ASP.NET MVC TimePicker Localization

    TimePicker with es-ES Localization