brianchance / MvvmCross-UserInteraction

MvvmCross plugin for interacting with the user from a view model
MIT License
43 stars 44 forks source link

Localized default buttons #4

Closed geirsagberg closed 10 years ago

geirsagberg commented 10 years ago

Would be nice to have localization support for the default buttons (Cancel, OK). Not sure how this could be implemented though.

brianchance commented 10 years ago

Optional parameters in C# have to be compile time constants. I would pass them in on the call from the view model.

geirsagberg commented 10 years ago

Yep, I ended up writing a wrapper utilizing my own localization logic for it. Cleaner this way I think.