CppCMS
|
00001 00002 // 00003 // Copyright (C) 2008-2012 Artyom Beilis (Tonkikh) <artyomtnk@yahoo.com> 00004 // 00005 // See accompanying file COPYING.TXT file for licensing details. 00006 // 00008 #ifndef CPPCMS_LOCALIZATION_H 00009 #define CPPCMS_LOCALIZATION_H 00010 00011 #include <cppcms/config.h> 00012 #include <booster/locale.h> 00013 namespace cppcms { 00014 namespace locale = ::booster::locale; 00015 } 00016 00017 #endif