Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1435
xamdatagrid localization
posted

Hello,

I'm trying to localize the labels on the xamdatagrid using the Loc extension method.

<igDP:XamDataGrid.FieldLayouts>
<igDP:FieldLayout>
<igDP:FieldLayout.Fields>
<igDP:Field Name="AColumn" Label="{Loc myCustomLabel}"/>
</igDP:FieldLayout.Fields>
</igDP:FieldLayout>
</igDP:XamDataGrid.FieldLayouts>



Name space in xaml code:

LocalizationScope.ResourceManager="{ResourceManager AssemblyName=Project.Test, BaseName=Project.Test.Resource.TestWindowResources}"

I searched the 2016.1 documentation. It suggests to register the resource file using RegisterResources method. However this method is not available for xamdatagrid.

Any idea on this issue ?

Thank you