BeeeOn Gateway  v2020.3.1-2-g6f737dc
Platform to interconnect the IoT world
SystemLocaleManager.h
1 #pragma once
2 
3 #include "l10n/LocaleManager.h"
4 
5 namespace BeeeOn {
6 
8 public:
9  Locale parse(const std::string &input) override;
10  Locale chooseBest(const std::vector<std::string> &input) override;
11 };
12 
13 }
Definition: SystemLocaleManager.h:7
Definition: Locale.h:12
Definition: LocaleManager.h:10