## Version python v4.4 ## Describe the bug * `ChoiceFactory.inline()` is broken, in that it does not use the passed in `options` parameter, and only uses `opt`, the hard-coded "or" separators * this in turn means that English is the only locale that prompts are able to use * also, due to https://github.com/microsoft/botbuilder-python/issues/240, we can't move away from inline styling, therefore we can't move away from `en-us` locale ## Expected behavior To use the locale specified, and not only stick to `en-us`