AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
LocaleCode.h
1
6#pragma once
7#include <aws/notifications/Notifications_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10namespace Aws
11{
12namespace Notifications
13{
14namespace Model
15{
16 enum class LocaleCode
17 {
18 NOT_SET,
19 de_DE,
20 en_CA,
21 en_US,
22 en_UK,
23 es_ES,
24 fr_CA,
25 fr_FR,
26 id_ID,
27 it_IT,
28 ja_JP,
29 ko_KR,
30 pt_BR,
31 tr_TR,
32 zh_CN,
33 zh_TW
34 };
35
36namespace LocaleCodeMapper
37{
38AWS_NOTIFICATIONS_API LocaleCode GetLocaleCodeForName(const Aws::String& name);
39
40AWS_NOTIFICATIONS_API Aws::String GetNameForLocaleCode(LocaleCode value);
41} // namespace LocaleCodeMapper
42} // namespace Model
43} // namespace Notifications
44} // namespace Aws
AWS_NOTIFICATIONS_API LocaleCode GetLocaleCodeForName(const Aws::String &name)
AWS_NOTIFICATIONS_API Aws::String GetNameForLocaleCode(LocaleCode value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String