Hi,
when using a Tabs-Control and culture, the generated resx files cannot be opened in VS because the Name Attribute is missing.
razor:
<RadzenTabsItem Icon="supervisor_account" Text="Kundendaten">
RESX:
<data name="" xml:space="preserve">
<value>Kundendaten</value>
</data>
I have to manually change the names in the resx file, then I am able to open it in VS.
But if I run the application with Radzen again, the resx files gets overwritten.
So: I am not able to use the culture with Tab Controls.
Can you please have a look into this?
Thanks!