Lolly 1.4.27
Loading...
Searching...
No Matches
locale.hpp
Go to the documentation of this file.
1
2/******************************************************************************
3 * MODULE : locale.hpp
4 * DESCRIPTION: Locale related routines
5 * COPYRIGHT : (C) 1999-2019 Joris van der Hoeven, Darcy Shen
6 *******************************************************************************
7 * This software falls under the GNU general public license version 3 or later.
8 * It comes WITHOUT ANY WARRANTY WHATSOEVER. For details, see the file LICENSE
9 * in the root directory or <http://www.gnu.org/licenses/gpl-3.0.html>.
10 ******************************************************************************/
11
12#ifndef LOCALE_HPP
13#define LOCALE_HPP
14
15#include "string.hpp"
16
17string locale_to_language (string s);
18string language_to_locale (string s);
19string language_to_local_ISO_charset (string s);
20string get_locale_language ();
21string get_locale_charset ();
22
23#endif
string locale_to_language(string s)
Definition locale.cpp:155
string language_to_local_ISO_charset(string s)
Definition locale.cpp:222
string language_to_locale(string s)
Definition locale.cpp:189
string get_locale_charset()
Definition locale.cpp:269
string get_locale_language()
Definition locale.cpp:242