Hi Syntax,
Thank you for contacting Syncfusion Support.
Resx files will be located inside “ejResources” folder of Javascript in the installed location.
For example: If your installed location is “C:” drive then the Resx file location will be as shown below.
C:\Program Files (x86)\Syncfusion\Essential Studio\15.2.0.40\JavaScript\ejResources
To generate respective locale text on control rendering, based on the application culture, add an ASP.NET Folder “App_LocalResources” to your project and add the below line with required culture in web.config file.
<system.web>
<globalization culture="ar-AE" uiCulture="ar-AE"/>
<authentication mode="None" />
………………..
</system.web> |
We have prepared a video for the above-mentioned steps. Please refer to the given link
Also, we have attached a sample for your reference which can be download from the given link
Note: Global Localization support has been provided in Volume 2, 2017 release (15.2.0.40). Refer the below given release notes
If you face any issue with these steps, please get back with the product version used in your project along with sample so that we can proceed further. Also, confirm us whether you are using Global Localization support in your project.
Regards,
Keerthana.