helloworldbasic.rls

来自「使用carbide.c++开发的基于symbian 3rd的操作系统的短信删除软」· RLS 代码 · 共 29 行

RLS
29
字号
/*
* ==============================================================================
*  Name        : helloworldbasic.rls
*  Part of     : Helloworldbasic
*  Interface   :
*  Description :
*  Version     :
*
*  Copyright (c) 2005-2006 Nokia Corporation.
*  This material, including documentation and any related
*  computer programs, is protected by copyright controlled by
*  Nokia Corporation.
* ==============================================================================
*/

//  LOCALISATION STRINGS


#ifdef LANGUAGE_SC
#include "helloworldbasic_01.rls"   // default U.K. English
#elif defined LANGUAGE_01
#include "helloworldbasic_01.rls"   // U.K. English
#elif defined LANGUAGE_09
#include "helloworldbasic_09.rls"   // Finnish
#elif defined LANGUAGE_31
#include "helloworldbasic_01.rls"   // PRC Chinese
#elif defined LANGUAGE_32
#include "helloworldbasic_32.rls"   // Japanese
#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?