Localization support
yadyn opened this issue · 1 comments
yadyn commented
Currently, the emulated form is just converting Common buttons via ToString I think. This doesn't work for localization, even though the native dialog probably adjusts to the OS locale setting automatically.
Could possibly use resource builds and put the display string for each Common button in an attribute or something.
yadyn commented
Opted for a simple static class of localized strings that can be fully customized by the implementer if need be.