Welcome to mirror list, hosted at ThFree Co, Russian Federation.

LocaleTranslator.h « Classes « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a72763299491ac3ab1d81101258b27025af89f2b (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include "std/string.hpp"

namespace locale_translator
{

string bcp47ToTwineLanguage(NSString const * bcp47LangName);

} // namespace tts