LibreOffice Module drawinglayer (master) 1
getdigitlanguage.cxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
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/.
8 */
9
10#include <sal/config.h>
11
12#include <i18nlangtag/lang.h>
14#include <svl/ctloptions.hxx>
15#include <vcl/svapp.hxx>
16#include <vcl/settings.hxx>
17
18#include "getdigitlanguage.hxx"
19
23 return LANGUAGE_ENGLISH;
26 default:
28 }
29}
30
31/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
const LanguageTag & GetLanguageTag() const
static const AllSettings & GetSettings()
LanguageType getLanguageType(bool bResolveSystem=true) const
static TextNumerals GetCTLTextNumerals()
#define LANGUAGE_ENGLISH
#define LANGUAGE_ARABIC_SAUDI_ARABIA
LanguageType getDigitLanguage()
Get digit language derived from SvtCTLOptions.