diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/localization_8loc_source.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/localization_8loc_source.html Tue Mar 30 16:16:55 2010 +0100 @@ -0,0 +1,44 @@ + + +
+ +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 +