You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, first of all I would like to congratulate you on the construction of this component, I believe that this package should be part of the standard MudBlazor library.
I would like to suggest an improvement: Currently, I am building software for the Brazilian market and we need to change the label text "Week" to "Semana", "Day" to "Dia", and "Month" to "Mês". I saw that you get the texts for these labels from the Enum name calling the method Enum.GetName(), would it be possible to parameterize them? This way we can translate your component into any language, such as Portuguese, Spanish, Japanese, etc.
The text was updated successfully, but these errors were encountered:
Pvxtotal
changed the title
Changing Enum Switch Label
Changing EnumSwitch Label
Apr 5, 2023
Hello, first of all I would like to congratulate you on the construction of this component, I believe that this package should be part of the standard MudBlazor library.
I would like to suggest an improvement: Currently, I am building software for the Brazilian market and we need to change the label text "Week" to "Semana", "Day" to "Dia", and "Month" to "Mês". I saw that you get the texts for these labels from the Enum name calling the method Enum.GetName(), would it be possible to parameterize them? This way we can translate your component into any language, such as Portuguese, Spanish, Japanese, etc.
The text was updated successfully, but these errors were encountered: