| 51 | } |
| 52 | |
| 53 | void GetTtsText::ForTestingSetLocaleWithJson(std::string const & jsonBuffer, std::string const & locale) |
| 54 | { |
| 55 | m_getCurLang = platform::ForTestingGetTextByIdFactory(jsonBuffer, locale); |
| 56 | } |
| 57 | |
| 58 | /** |
| 59 | * @brief Modified version of GetFullRoadName in routing_session.cpp. |