Radzen Blazor Studio support data content and multiple languages?

Radzen Blazor Studio support data content and multiple languages?

Does it support data content and multiple languages? Not just multi-language at the UI layer. Is there a solution for this?

Hi @De_LI,

I am not sure what you are asking. Can you clarify?

Hi there,

May be De_Li is referring to UTF-8 display.

Thanks.

i mean the data like this ...

public class MultilingualData
{
public string LanguageCode { get; set; }
public string Name { get; set; }
}