LiquidTechnologies / blazor-modal-dialog

Allows Blazor components to be used as popup modal dialogs, arguments can be passed to dialogs and results returned. Logical flow is maintained using async functions. Also provides simple set of MessageBox to get basic user feedback.
MIT License
45 stars 6 forks source link

Localizations #6

Closed T-Alkathiri closed 3 years ago

T-Alkathiri commented 4 years ago

Thank you very much for the great job you did. Is it posable to localize the buttons text, because i want to use it in arabic/english application. Thank you very much.

marcussacana commented 4 years ago

Related to #2

sprotty commented 3 years ago

If you take the resource file https://github.com/LiquidTechnologies/blazor-modal-dialog/blob/master/src/LiquidTechnologies.Blazor.ModalDialog/Resources.resx and translate the string values at the bottom, I'll include it in the next release.

marcussacana commented 3 years ago

@sprotty

Portuguese Brazilian

```xml text/microsoft-resx 2.0 System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 Abortar Cancelar Descartar Ignorar Não OK Repetir Salvar Sim ```