代码搜索:Language

找到约 10,000 项符合「Language」的源代码

代码结果 10,000
www.eeworm.com/read/249469/12500340

cfg spanish.cfg

# # RAINE Language File (Template) # ----------------------------- # # This is a template of all the strings, use this to create a translation # to a new language. # # Creator: Jos
www.eeworm.com/read/135096/13962113

aspx helloworld.aspx

www.eeworm.com/read/202363/15385485

txt eclipse中文包安装.txt

Eclipse 多国语言包中不仅有Eclipse 的中文翻译,同时也包含了其他几种主要语言的翻译,Eclipse 能够自动根据Windows 操作系统的语言环境来选择使用语言包中的那一种语言,极具智能化。 从Eclipse 的官方网站(www.eclipse.org)下载3.0.1版Eclipse 的相应的多国语言包(网页上英文名称为 <mark>Language</mark> Pack)。具体下载地址:http://d ...
www.eeworm.com/read/200021/15443366

loc filmreel.loc

/** * * @brief Definitions of language specific viewable strings for FilmReel application * * Copyright (c) EMCC Software Ltd 2003 * @version 1.0 */ #ifdef LANGUAGE_01 #include "filmreel.l0
www.eeworm.com/read/169320/9866567

sql 2.3.4 set language对日期处理的影响示例.sql

--以下示例演示了在不同的语言环境(SET LANGUAGE)下,DATENAME与CONVERT函数的不同结果。 USE master --设置会话的语言环境为: English SET LANGUAGE N'English' SELECT DATENAME(Month,GETDATE()) AS [Month], DATENAME(Weekday,GETDATE()) A