Languages-used-on-the-Internet

  1. 1. 互联网上使用的语言
  2. 1.1 网站内容语言
  3. 1.2 按语言互联网用户
  4. 1.3 维基百科文章统计
  5. 2. 综合以上表格数据出图表(2019数据)
  6. 2.1 10种语言的网页内容数量
  7. 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. Linux上临时路由、永久路由配置

    Linux下查看路由条目 查看路由表命令 route -n 示例 [root@cobbler_vm ~]# route -n Kernel IP routing table Destination G ...

  2. java ArrayList添加元素全部一样

    #开始 今天遇到了一个很神奇的事情 也即是我在用ArrayList的add方法循环加入对象的时候 发现添加的元素全部都是一样的 定位错误定位了一个下午.... 错误位置就是哪一个位置 但是就是不知道为 ...

  3. Codeforces Round #622 (Div. 2) A. Fast Food Restaurant

    Tired of boring office work, Denis decided to open a fast food restaurant. On the first day he made ...

  4. idea 快捷使用(三)中断Debug的使用

    想要在Debug的时候,中断请求,不要再走剩余的流程了? 不需要关闭服务重新启动程序,可以通过Force Return,即强制返回来避免后续的流程. 点击Force Return,弹出Return V ...

  5. python 爬取图片

    使用python的requests库爬取网页时,获取文本一般使用text方法,如果要获取图片并保存要用content 举个栗子,爬煎蛋网的图: #!/usr/bin/env python #-*- c ...

  6. HTML设置body背景图片全屏显示

    在head标签中添加body属性设置: <head><style>body{background:url(timg1.jpg) top left;background-size ...

  7. php7 Memcached

    PHP7 Memcached 扩展 wget https://codeload.github.com/websupport-sk/pecl-memcache/zip/php7/pecl-memcach ...

  8. Python - input时的strip()

    例如在读文件里面的文本时,每一行默认后面有\n或者有\r,所以strip用于去除首尾空格或者回车符.

  9. 关于umask的计算方式(简单任性)

    1.对于文件夹[d]来说  用755-umask 3.对与文件[f]来说,在2的基础上减掉x属性就完事儿(有x的,减掉1,没有的,就什么也不管) 再来个手绘版本的举例

  10. 增加phpmyadmin导入文件上限

    一.修改php配置 修改php配置文件,php.ini upload_max_filesize = 100M post_max_size = 100M 一般修改这2个就行了,然后重启wampserve ...