| 180 | } |
| 181 | |
| 182 | std::string GetAcceptLanguage() |
| 183 | { |
| 184 | auto const locale = platform::GetCurrentLocale(); |
| 185 | return locale.m_language + "-" + locale.m_country; |
| 186 | } |
| 187 | |
| 188 | // static |
| 189 | MetaConfig MapFilesDownloader::LoadMetaConfig() |
no test coverage detected