We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Changle locale Calendar

Hello Ej2, 

I have a problem with locale , i want change locale default to locale VietNam (vi) .
I try many times like your guide, but it's not work . Image blow 

Thanks .






5 Replies

VD Vinitha Devi Murugan Syncfusion Team May 9, 2019 12:11 PM UTC

Hi Tran, 
 
Greetings from Syncfusion Support. 
 
We suspect you missed to import CLDR JSON data in your sample and for the same we have prepared the sample for your reference which can be viewed from the following link.   
  
 
Kindly try the sample and if the issue persists, try to reproduce the error in a sample and revert to serve you better.  
 
Regards, 
M.Vinitha devi. 
 



TT Tran Thanh Tung May 9, 2019 02:28 PM UTC

WOW ,tks you so much . Working very well :D . Fantatis reponse 

Tks and best regard 


KK Karthigeyan Krishnamurthi Syncfusion Team May 10, 2019 03:44 AM UTC

Most welcome 😊 



TT Tran Thanh Tung May 10, 2019 05:01 AM UTC

i follow example but i don't know when i add locale='vi' , it's occur issue this . 

please help me , i don't know i missing what .





KK Karthigeyan Krishnamurthi Syncfusion Team May 13, 2019 04:54 AM UTC

Hi Tran,    
 
Thanks for the update. 
 
We suspect still the below code examples are not included in your locale sample as per our previous suggestion which could be the cause and same issue can be found in our previous sample without below code examples. Kindly try our previous sample and if the issue persists, try to reproduce the error in a sample and revert else share your code example/runnable sample (if possible) to serve you better. 
 
import * as numberingSystems from './numberingSystems.json'; 
import * as gregorian from './ca-gregorian.json'; 
import * as numbers from './numbers.json'; 
import * as timeZoneNames from './timeZoneNames.json'; 
import * as currencies from './currencies.json'; 
 
loadCldr(numberingSystems, gregorian, numbers, timeZoneNames); 
 
Regards, 
Karthi 


Loader.
Up arrow icon