Home | History | Annotate | Download | only in recovery_ui

Lines Matching refs:new_locale

1316 void ScreenRecoveryUI::SetLocale(const std::string& new_locale) {
1317 locale_ = new_locale;
1320 if (!new_locale.empty()) {
1321 size_t separator = new_locale.find('-');
1323 std::string lang = new_locale.substr(0, separator);