BotBuilder-Location
BotBuilder-Location copied to clipboard
Provide Localization for Confirm Promt
trafficstars
Even if we localize the LocationDialog, internally it still uses PromptDialog.Confirm with the default options for yes and no, so it's not possible to localized the MatchNo and MatchYes answer based on the language used. https://github.com/Microsoft/BotBuilder-Location/blob/master/CSharp/BotBuilderLocation/LocationDialog.cs#L212
Hi, this has also been mentioned in #11 and #55. Are there any plans for complete localization to be implemented in the next release?