sync with tizen_2.0
[platform/framework/native/appfw.git] / inc / FLocales.h
1 //
2 // Open Service Platform
3 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
4 //
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
8 //
9 //     http://www.apache.org/licenses/LICENSE-2.0
10 //
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.
16 //
17
18 /**
19  * @file                FLocales.h
20  * @brief               This is the header file for the %Locales namespace.
21  *
22  * This header file contains the declarations of the %Locales namespace.
23  */
24
25 #ifndef _FLOCALES_H_
26 #define _FLOCALES_H_
27
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>
38
39
40 /**
41  * @namespace   Tizen::Locales
42  * @brief               This namespace contains classes that define culture-related information.
43  *
44  * @since               2.0
45  *
46  * @remarks     @b Header @b %file: @b \#include @b <FLocales.h> @n
47  *                              @b Library: @b osp-appfw
48  *
49  *
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.
51  *
52  * For more information on the %Locales namespace features, see <a href="../org.tizen.native.appprogramming/html/guide/locales/locales_namespace.htm">Locales Guide</a>.
53  *
54  * The following diagram illustrates the relationships between the classes belonging to the %Locales namespace.
55  *
56  * @image html locales_using_the_apis_classdiagram.png
57  */
58
59 namespace Tizen { namespace Locales
60 {
61
62 }} // Tizen::Locales
63
64 #endif //_FLOCALES_H_