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

localization.hpp « platform - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b73373249a2d89087f5736b3058e33018450b461 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include <string>

namespace platform
{
extern std::string GetLocalizedTypeName(std::string const & type);
extern std::string GetLocalizedBrandName(std::string const & brand);
extern std::string GetLocalizedString(std::string const & key);
}  // namespace platform