1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 //as seen at http://www.microsoft.com/typography/otspec/name.htm
12 #ifndef INCLUDED_I18NLANGTAG_APPLELANGID_H
13 #define INCLUDED_I18NLANGTAG_APPLELANGID_H
15 #include <i18nlangtag/languagetag.hxx>
17 enum class AppleLanguageId
: unsigned short
38 CHINESE_TRADITIONAL
=19,
52 CHINESE_SIMPLIFIED
=33,
76 MONGOLIAN_MONGOLIAN
=57,
77 MONGOLIAN_CYRILLIC
=58,
125 SUNDANESE_LATIN
=139,
130 SCOTTISH_GAELIC
=144,
132 IRISH_GAELIC_WITH_DOT_ABOVE
=146,
134 GREEK_POLYTONIC
=148,
139 /** Init LanguageTag with Apple LanguageId */
140 I18NLANGTAG_DLLPUBLIC LanguageTag
makeLanguageTagFromAppleLanguageId(AppleLanguageId nLanguage
);
143 #endif /* INCLUDED_I18NLANGTAG_APPLELANGID_H */
145 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */