2 // Open Service Platform
3 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
5 // Licensed under the Apache License, Version 2.0 (the License);
6 // you may not use this file except in compliance with the License.
7 // You may obtain a copy of the License at
9 // http://www.apache.org/licenses/LICENSE-2.0
11 // Unless required by applicable law or agreed to in writing, software
12 // distributed under the License is distributed on an "AS IS" BASIS,
13 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 // See the License for the specific language governing permissions and
15 // limitations under the License.
20 * @brief This is the header file for the %Locales namespace.
22 * This header file contains the declarations of the %Locales namespace.
28 #include <FLclLocale.h>
29 #include <FLclLocaleManager.h>
30 #include <FLclNumberFormatter.h>
31 #include <FLclDateTimeFormatter.h>
32 #include <FLclNumberSymbols.h>
33 #include <FLclDateTimeSymbols.h>
34 #include <FLclCalendar.h>
35 #include <FLclGregorianCalendar.h>
36 #include <FLclTimeZone.h>
37 #include <FLclCurrency.h>
41 * @namespace Tizen::Locales
42 * @brief This namespace contains classes that define culture-related information.
46 * @remarks @b Header @b %file: @b \#include @b <FLocales.h> @n
47 * @b Library: @b osp-appfw
50 * The %Locales namespace contains classes representing a specific cultural region (locale) and the classes for manipulating and formatting locale-sensitive information, such as dates, times, numbers, and time zones.
52 * Even if the list of all the available languages supported by the device is different, the localized information by the %Locales namespace should be represented properly.
54 * For more information on the %Locales namespace features, see <a href="../org.tizen.native.appprogramming/html/guide/locales/locales_namespace.htm">Locales Guide</a>.
56 * The following diagram illustrates the relationships between the classes belonging to the %Locales namespace.
58 * @image html locales_using_the_apis_classdiagram.png
61 namespace Tizen { namespace Locales