Languages-used-on-the-Internet

1. 互联网上使用的语言
1.1 网站内容语言
1.2 按语言互联网用户
1.3 维基百科文章统计
2. 综合以上表格数据出图表(2019数据)
2.1 前10种语言的网页内容数量
2.2 前10大语言的维基百科文章数量

1. 互联网上使用的语言

https://en.wikipedia.org/wiki/Languages_used_on_the_Internet
万维网上访问最多的网站的网页中,略有一半以上是英文的,并提供了许多其他语言的各种信息。
据W3Techs称,其他主要语言是俄语,德语,西班牙语,法语,日语,葡萄牙语,意大利语和波斯语。
在现有的7,000多种语言中,只有几百种被认为是用于万维网上的网页的。

1.1 网站内容语言

截至2019年12月,W3Techs估计使用各种内容语言的万维网上排名前1000万的网站所占的百分比:
https://en.wikipedia.org/wiki/Languages_used_on_the_Internet#Content_languages_for_websites
https://w3techs.com/technologies/history_overview/content_language

1.2 按语言互联网用户

截至2019年4月30日,InternetWorldStats按语言对互联网用户数量的估计:
https://en.wikipedia.org/wiki/Languages_used_on_the_Internet#Internet_users_by_language
https://www.internetworldstats.com/stats7.htm

1.3 维基百科文章统计

https://meta.wikimedia.org/wiki/List_of_Wikipedias

2. 综合以上表格数据出图表(2019数据)

统计前10种语言的互联网用户数量与互联网内容的关系

TOP TEN LANGUAGES IN THE INTERNET Internet Users % of World (Participation) content languages for websites Wiki Articles (万篇) 语言
English 25.20% 56.00% 英语
Russian 2.50% 7.30% 俄语
Spanish 7.90% 4.70% 西班牙语
German 2.10% 4.50% 德语
French 3.30% 3.40% 法文
Japanese 2.70% 3.10% 日本
Portuguese 3.90% 2.60% 葡萄牙语
Chinese 19.30% 1.50% 中文
Arabic 5.20% 0.70% 阿拉伯语
Indonesian 3.90% 0.50% 印尼文
(Other) 24.00% 15.70%   (其他)

2.1 前10种语言的网页内容数量

2.2 前10大语言的维基百科文章数量

Languages-used-on-the-Internet的更多相关文章

  1. The history of programming languages.(transshipment) + Personal understanding and prediction

    To finish this week's homework that introduce the history of programming languages , I surf the inte ...

  2. [No0000197]Windows用户都应该知道的运行命令

    通过"运行"命令,运行Windows丰富工具的方法.如果您知道工具或任务的相应"运行"命令,那么您就知道访问所述工具或任务的最快方法. 以下是我们最喜欢的Run ...

  3. python--通过ocr对数据可视化视频还原为csv,进行简单的分析

    见github https://github.com/TouwaErioH/Machine-Learning/tree/master/video/video 题目描述: source https:// ...

  4. VS2015 Offline Help Content is now available in 10 more languages!

    https://blogs.msdn.microsoft.com/devcontentloc/2015/10/21/vs2015-offline-help-content-is-now-availab ...

  5. Internet History, Technology and Security (Week4)

    Week4. We are now moving into Week 4! This week, we will be covering commercialization and growth. T ...

  6. Common Internet File System

    CIFS (Common Internet File System) is a protocol that gained popularity around the year 2000, as ven ...

  7. Internet History,Technology and Security

    Internet History,Technology and Security(简单记录) First Week High Stakes Research in Computing,and Comm ...

  8. 什么是ICE (Internet Communications Engine)

    http://user.qzone.qq.com/77811970 直接在google上搜索ICE,出来的结果并不多,所以很多人就认为ICE是个神秘的东西,其实,国内已经有很多大型应用在使用ICE了. ...

  9. internet协议入门

    前言 劳于读书,逸于作文. 原文地址:internet协议入门 博主博客地址:Damonare的个人博客 博主之前写过一篇博客:网络协议分析,在这篇博客里通过抓包,具体的分析了不同网络协议的传送的数据 ...

  10. DOS下命令符开启wifi无internet访问解决办法

    先按win+R 输入cmd netsh wlan set host mode=allow ssid=nothing key=323435435 (ssid后面的可以任意,key后面最少8个字符) 我的 ...

随机推荐

  1. Mysql2docx自动生成数据库说明文档

    [需要python3.0以上] 首先安装Mysql2docx,如下: pip install Mysql2docx 然后打开pycharm,新建test.py # python from Mysql2 ...

  2. Python - metaclass元类(图)

    个人总结

  3. Cosmetic Bottles-Cosmetic Packaging Purpose: 5 Things

    Packaging in the cosmetics industry is based on in-depth research. And how it helps to win the edge ...

  4. Blockchain technology and Application

    BTC-密码学原理 比特币本质:crypto currency[加密货币] 比特币用到的两个功能: 1.哈希 crypto graphic hash function 2.签名(非对称加密) 哈希cr ...

  5. 【Struts 文件上传下载】

    RegisterAction package k.action; import k.domain.User; import k.form.UserForm; import k.service.User ...

  6. QWidget::setLayout: Attempting to set QLayout "" on xxx "", which already has a layout

    QLayout是Qt应用开发中一个非常重要的组件,然而平时使用的时候不小心经常会发现控制台有类似如下的警告: QWidget::setLayout: Attempting to set QLayout ...

  7. JS-防抖与节流

    问题的由来:一些事件频繁的被触发而导致频繁的调用事件处理程序,从而造成程序不必要的开销,影响程序性能:防抖和节流就是为了解决这种情况造成的性能消耗. 场景1:使用keyup事件监听输入框的值进行请求搜 ...

  8. N3K license安装

    1.获取设备SN和PAK SN获取: Switch#show license host-id 注意:IOS设备中为:show license udi PAK获取: PAK是单独购买license后,c ...

  9. 转载和补充:Oracle中的一些特殊字符

    oracle通配符,运算符的使用 用于where比较条件的有: 等于:=.<.<=.>.>=.<> 包含:in.not in exists.not exists 范 ...

  10. [读书]The Man Who Solved the Market

    出乎个人意料的是,西蒙斯是从FICC类品种起步的,包括量化投资方法获得第一次重大突破也是在FICC品种上. FICC市场的深度不够,所以文艺复兴科技实现规模扩张是股票策略成功之后的事情,很靠后. 虽然 ...