| 2445 | } |
| 2446 | |
| 2447 | void Framework::RefreshMapLanguage() |
| 2448 | { |
| 2449 | if (m_drapeEngine) |
| 2450 | m_drapeEngine->SetMapLangIndex(localisation::GetMapLanguageIndex()); |
| 2451 | if (m_searchAPI) |
| 2452 | m_searchAPI->SetLocale(localisation::GetMapLanguageCode()); |
| 2453 | } |
| 2454 | |
| 2455 | localisation::AlternativeMapLanguageHandling Framework::GetAlternativeMapLanguageHandling() |
| 2456 | { |
nothing calls this directly
no test coverage detected