L10n (Localization) By JavaScript

授权协议 未知
开发语言
所属分类 jQuery 插件、 其他jQuery插件
软件类型 开源软件
地区 不详
投 递 者 苗康平
操作系统 未知
开源组织
适用人群 未知
 软件概览

Localization your webpages by using AJAX.
Preview and bug report, please visit: http://www.hpyer.cn/codes/l10n-by-javascript

Example:

<html>
<head>
<title>Example</title>
<script src="jquery.js" language="JavaScript" type="text/javascript"></script>
<script src="jquery.l10n.js" language="JavaScript" type="text/javascript"></script>
<script type="text/javascript">
$.l10n.init({
'dir': './languages',
'lang': 'zh_CN',
'cache': true
});
</script>
</head>

<body>
<script type="text/javascript">
// Translate directly
document.write($.l10n.__('Words need to be translated'));
// Or
$.l10n._e('Words need to be translated');
</script>

<!-- Translate indirectly -->
<span>Words need to be translated</span>
<script type="text/javascript">
$('span').l10n();
</script>
</body>
</html>

  • 原版地址:http://code.angularjs.org/1.0.2/docs/guide/i18n   一、I18n and L10n in AngularJS 1. 什么是I18n和L10n?   国际化(Internationalization),简称I18n,是让产品开发在一个他们可以简单地对产品进行语言、文化的本地化的方法的规范。本地化(Localization),简称L10n,一个

 相关资料
  • directionality This option allows you to set the base direction of directionally neutral text (i.e., text that doesn’t have inherent directionality as defined in Unicode) within the editor. This is si

  • Laravel Localization Easy i18n localization for Laravel, an useful tool to combine with Laravel localization classes. The package offers the following: Detect language from browser Smart redirects (Sa

  • 简单的支持 App 国际化(Localization)的Demo。实现比较简单,比较适合初学者快速学会 App 国际化的实现。下面的测试截图,第一张是设置设备语言是中文时的显示;第二张是设置设备语言环境是英文时的显示。 [Code4App.com]

  • 什么是i18n和l10n? 国际化,简写为i18,指的是使产品快速适应不同语言和文化。本地化,简称l10n,是指使产品在特定文化和语言市场中可用。对开发者来说,国际化一个应用意味着将所有的文字和其他因地区而异的数据从应用中抽离出来。本地化意味着为这些抽离的数据和文字提供翻译和转变成本地的格式。 AngularJS目前对本地化和国际化的支持程度 目前,AngularJS支持日期,数字和货币的国际化和

  • 本地化,国际化. 在conf目录中,新建一个文件夹叫msg, 在里面再建一个文件文件夹zh-CN, 里面放一个空文件叫user.properties 打开MainModule,加入如下注解 @Localization(value="msg/", defaultLocalizationKey="zh-CN") 启动正常的log如下 2015-04-10 12:11:14,780 org.nutz.

  • Localization is an undocumented Bash feature. A localized shell script echoes its text output in thelanguage defined as the system's locale. A Linux user in Berlin,Germany, would get script output in