Completed
Last Updated: 16 Dec 2022 14:30 by ADMIN
Nate
Created on: 07 Dec 2022 19:39
Category: UI for .NET MAUI
Type: Feature Request
0
When will localization be supported in the Maui DataForm?
I had previously used localization with a dataform in xamarin, however, this is no longer supported in Maui. Are you planning on adding localization support in the future, or is there a known work around I could use?
4 comments
ADMIN
Didi
Posted on: 16 Dec 2022 14:30

Hi Nate,

The localization you have mentioned for Xamarin DataForm comes from the DisplayOptionAttribute which is a class we have developed for the Xamarin DataForm.

In Telerik .NET MAUI DataForm we are using the DisplayAttribute provided by Microsoft. There is a ResourceType property for Localization https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.dataannotations.displayattribute.resourcetype?view=net-7.0#system-componentmodel-dataannotations-displayattribute-resourcetype 

Example is attached. The .resx files are inside the Resources folder. The app culture is set to French.

Regards,
Didi
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Attached Files:
Nate
Posted on: 09 Dec 2022 22:12

Hi Didi,

I apologize I should have been more specific. I am looking for localization for the labels of the entries. Previously this was done with the code below...

TelerikLocalizationManager.Manager.ResourceManager

 

ADMIN
Didi
Posted on: 09 Dec 2022 12:40

Hi Nate,

The DataForm Localization article is here: https://docs.telerik.com/devtools/maui/controls/dataform/localization 

Regards,
Didi
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

ADMIN
Didi
Posted on: 08 Dec 2022 13:11

Hello Nate, 

There are Localization keys you can use in Telerik .NET MAUI DataForm. Still I noticed they are not added in the documentation. This is a missing from our side. I have updated your Telerik points for bringing this to our attention. The documentation will be updated. 

Here are the localization keys for RadDataForm for MAUI:

Regards,
Didi
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.