代码搜索:localization
找到约 2,270 项符合「localization」的源代码
代码结果 2,270
www.eeworm.com/read/300084/3848225
cpp localization.cpp
#include "stdafx.h"
#include "Localization.h"
#include "Resource.h"
CString RToS(unsigned int id)
{
CString msg;
msg.LoadString(id);
return msg;
}
MTSTRING getAllExceptionString(const
www.eeworm.com/read/271654/4225740
java localization.java
/*
* Copyright (C) 2006-2007 Funambol
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Fr
www.eeworm.com/read/391220/2521660
java localization.java
/*
* Funambol is a mobile platform developed by Funambol, Inc.
* Copyright (C) 2003 - 2007 Funambol, Inc.
*
* This program is free software; you can redistribute it and/or modify it under
www.eeworm.com/read/375190/2734446
cpp localization.cpp
/* The following shows the creation of a facet for the output of
* dates in German (please forgive me for any errors in my German --
* I'm not a native speaker).
*/
#include "boost/date_time/greg