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
close icon

Localization not working

Hi,

Can you please have a look at attached example and tell me why the localization is not working?  (sheet WebForm3.aspx)

Thank you
Frederik

Attachment: WebApplication1_369e63b6.rar

3 Replies

SA Shameer Ali Baig Sulaiman Ali Baig Syncfusion Team November 5, 2018 10:51 AM UTC

Hi Frederick, 

Thanks for contacting Syncfusion support. 

We have looked into your reported query on DateTimePicker. While checking with your application, we found that you have added the LoadEJResourcesFromAssembly key in the appsettings in the webconfig file, which is used for referring the resources from the assembly.  

EJResources key is used to get external scripts and themes that you want to access from the assembly. In your sample, you have given all required reference for rendering the DateTimePicker globalized with Dutch culture in the WebForm3.aspx page, itself.  

So, you don’t need to use the Load EJ Resources from the assembly files. Kindly, make the following changes in your application to resolve the reported issue at your end.  

[web.config] 
<appSettings> 
   <!--set the value as false--> 
    <add key="LoadEJResourcesFromAssembly" value="false" /> 
 
    <!--remove the below key reference--> 
    <!--<add key="EJResources" value="jsrender:true;themes:true;" />--> 
  </appSettings> 

  
Also, refer the below link to know about the use of embedding resources from assembly. 
  

Please, let us know if you need any further assistance. 

Regards, 
Shameer Ali Baig S. 



FG Frederik Gysel November 10, 2018 06:16 PM UTC

Thank you!

Frederik


DL Deepa Loganathan Syncfusion Team November 12, 2018 05:18 AM UTC

  
Hi Frederik 
   
 
Most welcome. Please let us know if you need any further assistance.  
   
 
Regards,  
 
Deepa L. 


Loader.
Live Chat Icon For mobile
Up arrow icon