Calendar Picker Localization from master page

  1. #1

    Calendar Picker Localization from master page

    Hello everyone

    I have a problem with Calendar Picker localization for Arabic Language

    when i use this resource manager in my master page
     <ext:ResourceManager ID="ResourceManager1"    runat="server" Locale="fr" />
    the result:
    Click image for larger version. 

Name:	calnder.png 
Views:	65 
Size:	19.4 KB 
ID:	24679

    but when i use
    <ext:ResourceManager ID="ResourceManager1"    runat="server" Locale="ar" />
    the result still in English
    Click image for larger version. 

Name:	ca2.png 
Views:	79 
Size:	12.6 KB 
ID:	24680

    the Miscellaneous for using locale in ext.net v4 example does not appear Arabic lang option , is there any custom way to use Arabic text for months name in calendar
    https://examples4.ext.net/#/Miscellaneous/Locale/Basic/

    thank you
  2. #2
    Hello!

    You'll have to build a locale file yourself. Load any language that it translates and then grab from browser's developer tools the locale override script. Then from this script, edit the sentences on the language you are in and then just include this file on your page to have the custom translation in place.

    I hope this helps!
    Fabrício Murta
    Developer & Support Expert

Similar Threads

  1. [CLOSED] Calendar/Date Picker
    By ATLAS in forum 2.x Legacy Premium Help
    Replies: 11
    Last Post: Aug 20, 2013, 10:00 AM
  2. Replies: 1
    Last Post: Jul 15, 2013, 1:35 PM
  3. [CLOSED] Calendar Panel and master page
    By critt in forum 1.x Legacy Premium Help
    Replies: 13
    Last Post: Apr 19, 2013, 3:56 AM
  4. Replies: 4
    Last Post: Feb 25, 2013, 9:23 AM
  5. [CLOSED] Calendar localization bug
    By Edward in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 21, 2011, 7:30 PM

Tags for this Thread

Posting Permissions