diff --git a/SampleApp/src/UserInputManager.cpp b/SampleApp/src/UserInputManager.cpp index 7a5c017e89..29787aef36 100644 --- a/SampleApp/src/UserInputManager.cpp +++ b/SampleApp/src/UserInputManager.cpp @@ -49,7 +49,7 @@ static const char COMMS_CONTROL = 'd'; enum class SettingsValues : char { LOCALE = '1' }; static const std::unordered_map LOCALE_VALUES( - {{'1', "en-US"}, {'2', "en-GB"}, {'3', "de-DE"}, {'4', "en-IN"}, {'5', "en-CA"}, {'6', "ja-JP"}, {'7', "en-AU"}}); + {{'1', "en-US"}, {'2', "en-GB"}, {'3', "de-DE"}, {'4', "en-IN"}, {'5', "en-CA"}, {'6', "ja-JP"}, {'7', "en-AU"}, {'8', "fr-FR"}}); static const std::unordered_map SPEAKER_TYPES({{'1', SpeakerInterface::Type::AVS_SYNCED}, {'2', SpeakerInterface::Type::LOCAL}});