Hello
I am trying to implement SfDataGrid translation, but I am not succeeding. I believe I have correctly followed what is in the documentation, ie https://help.syncfusion.com/wpf/datagrid/localization.
I am doing as follows:
public WindowMain()
{
Type typeClass = typeof(WindowMain);
var space = typeClass.Namespace;
Thread.CurrentThread.CurrentUICulture = new CultureInfo("pt-BR");
GridResourceWrapper.SetResources(Assembly.GetExecutingAssembly(), space);
InitializeComponent();
}
Follow the picture of how it was made.
I await the feedback.
Attachment:
erro_localization.fw_212c32b8.rar