How do I create a localization resource file as SfResources.resx for Greek locale

Hello,

How do I create a localization resource file as SfResources.resx for Greek locale and how I select it from Program.cs.



Thank you.


5 Replies 1 reply marked as answer

SP Sarveswaran Palani Syncfusion Team September 13, 2022 04:56 PM UTC

Hi Nick,


Greetings from Syncfusion support.


We have analyzed your query and suggest you to create resx files based on the culture to be localized and add it into Resources folder. We have already discussed about this topic in our UG documentation. Kindly refer the attached links for your reference.


Reference: https://blazor.syncfusion.com/documentation/common/localization#localization-of-syncfusion-blazor-components

And also, we suggest you to refer the below github link for the available resx files. We have already listed the available translation text for our controls in below github link.

https://github.com/syncfusion/blazor-locale/tree/master/src


Kindly get back to us if you have any further queries


Regards,

Sarveswaran PK


Marked as answer

NL Nick Lazidis September 14, 2022 02:15 PM UTC

Thank for your help.

I want to use a Greek language resx file which does not exist in your github. Should I make a copy SfResources.resx , change with an editor the strings I want to be translated to Greek and save it as SfResources.el_GR.resx  which will be included in the Resources folder ?


Thank you



SP Sarveswaran Palani Syncfusion Team September 16, 2022 07:01 PM UTC

Hi Nick,


Thanks for the update.


Yes, you can create the resource .resx file for the Greek locale manually and add it into the resource folder as mentioned in a documentation. Kindly refer the documentation for your reference.


Reference:
https://blazor.syncfusion.com/documentation/common/localization#localization-of-syncfusion-blazor-components


Please get back to us if you have any concern


Regards,

Sarveswaran PK



NL Nick Lazidis September 18, 2022 05:23 AM UTC

Thank you very much for your help


I saw your sample and it helped me  lot.



SP Sarveswaran Palani Syncfusion Team September 19, 2022 05:47 PM UTC

Hi Nick,


Thanks for the update


We’ll happy to hear that you issue has been resolved.


Please get back to us if you have any further queries


Regards,

Sarveswaran PK


Loader.
Up arrow icon