examples/ForumNokia/Localisation/inc/localization.loc

00001 /*
00002  * Copyright © 2008 Nokia Corporation.
00003  */
00004 
00005 
00006 #ifndef __LOCALIZATION_LOC__
00007 #define __LOCALIZATION_LOC__
00008 
00009 #ifdef LANGUAGE_SC                      // language code for UK
00010 #include "..\data\localization.l01"
00011 
00012 #elif LANGUAGE_01                       // language code for UK
00013 #include "..\data\localization.l01"
00014 
00015 #elif defined LANGUAGE_03               // language code for German
00016 #include "..\data\localization.l03"
00017 
00018 #elif defined LANGUAGE_31               // language code for Chinese
00019 #include "..\data\localization.l31"
00020 
00021 #elif defined LANGUAGE_32               // language code for Japanese
00022 #include "..\data\localization.l32"
00023 
00024 #elif defined LANGUAGE_33               // language code for Thai
00025 #include "..\data\localization.l33"
00026 
00027 #endif
00028 #endif

Generated by  doxygen 1.6.2