博客地址:http://blog.csdn.net/FoxDave

This post will talk about how to enable sharepoint online site multilingual support.

Below are the labels supported by SharePoint online when site language is changed.

  • Site Title
  • Site Description
  • List Title
  • List Description
  • Content Type Name
  • Content Type Description
  • Site column Title
  • Site column Description
  • So let us see how to enable sharepoint online site multilingual function, which sharepoint users can specify their prefer language showed in the site by themselves.

    There are two mainly parts to be done.

    1. Enable multiple languages in the site

    Open your sharepoint online site, go to site settings, click Language Settings in the Site Administration part.

    In the language settings page, check languages you want the sharepoint online site supports. Click OK button to save.

    Now since the site supports multi-languages, it will display language depens on what end user specified.

    In the Site page, click View account via the user label part.

    In the Settings part, change the language to Chinese, for example.

    Tip: It will not take affect immediately, you need to wait for a while.

    Now let us back to the site, and we can see the site has displayed as Chinese.

    SharePoint online Multilingual support - Settings的更多相关文章

    1. SharePoint online Multilingual support - Development(1)

      博客地址:http://blog.csdn.net/FoxDave 上一节讲了SharePoint Online网站多语言的实现原理机制,本节主要从编程的角度来谈一下如何进行相关的设置. 下面列出 ...

    2. SharePoint online Multilingual support - Development(2)

      博客地址:http://blog.csdn.net/FoxDave 上一节讲了如何通过Code的方式设置Site和List级别的国际化,本节介绍一下如何设置Content type和Site co ...

    3. Multi-lingual Support

      Multi-lingual Support One problem with dealing with non-Latin characters programmatically is that, f ...

    4. Device Channels in SharePoint 2013

      [FROM:http://blog.mastykarz.nl/device-channels-sharepoint-2013/] One of the new features of SharePoi ...

    5. SharePoint Security and Permission System Overview

      转:http://www.sharepointblues.com/2010/09/01/sharepoint-security-and-permission-system-overview/ Shar ...

    6. SharePoint 2013 搜索功能,列表项目不能完全被索引

      描述 最近一个站点,需要开启搜索功能,然后创建内容源,开始爬网,发现列表里只有一部分被索引,很多项目没有被索引,甚是奇怪,如下图(其实列表里有80几条项目). 首先爬网账号是系统账号.服务器管理员,所 ...

    7. INCOIN Importing Multilingual Items (Doc ID 278126.1)

      APPLIES TO: Oracle Inventory Management - Version: 11.5.9 to 11.5.10.CU2 - Release: 11.5 to 11.5 GOA ...

    8. SharePoint自动化系列——通过Coded UI录制脚本自动化创建SharePoint Designer Reusable Workflow

      Coded UI非常好,我开始还在想,怎么样能让一个通过SharePoint Designer创建的Workflow publish三百五十次?想不到一个好的方法,也不知道SharePoint Des ...

    9. SharePoint 2013 - Breadcrumb

      By default SharePoint 2013 doesn’t have a breadcrumb (like the 2010 version used to have). This was ...

    随机推荐

    1. LeetCode--345--反转字符串中的元音字母

      问题描述: 编写一个函数,以字符串作为输入,反转该字符串中的元音字母. 示例 1: 输入: "hello" 输出: "holle" 示例 2: 输入: &quo ...

    2. calc_load

      http://www.penglixun.com/tech/system/how_to_calc_load_cpu.html #define FSHIFT 11 /* nr of bits of pr ...

    3. wdcp环境安装filephp扩展

      网址 :https://blog.csdn.net/m_nanle_xiaobudiu/article/details/80838424

    4. 【模板/经典题型】min-max容斥

      一定注意容斥的时候-1的系数多加了1. 然后一种很常见的min-max容斥的策略就是以每个元素的出现时间作为权值. 最后一个出现的时间即为max,也就等价于全集出现的时间.

    5. 02 Vue之vue对象属性功能&axios数据请求实现

      1.过滤器的声明和使用 过滤器,就是vue允许开发者自定义的文本格式化函数,可以使用在两个地方:输出内容和操作数据中. 定义过滤器的方式有两种. 1 使用Vue.filter()进行全局定义 2 在v ...

    6. Appium移动自动化测试(一)----Appium的安装

      前言: 我的环境为win10 64,安装过程请根据自己的电脑环境而定. 一.Appium安装 1.Appium官方网站:http://appium.io/下载windows版本的Appium; Eas ...

    7. 6月4 Smarty练习增删改

      练习Smarty的增删改所需要用到的数据库名称:timu,xuanxiang,kemu,nandu,leixing,然后使用smarty模板将前端后后台分割开来: 主页后台页面:zhupm.php & ...

    8. UI基础六:UI报弹窗确认

      数据检查部分: IF gv_zzzcustmodeno1 <> gv_zzzcustmodeno2 AND gv_plg_name NE 'YES'. lv_title = 'Confir ...

    9. Linux在shell中输入历史命令

      在Linux的shell中,经常输入的命令有很多雷同,甚至是一样的, 如果是长命令,再次敲一遍效率真的是很低, 不过可以通过Ctl+r,  查找history中以前输入的命令,很是好用. 按Ctrl+ ...

    10. MRBS开源会议室预订系统安装

      MRBS系统官方网址  https://mrbs.sourceforge.io/ 最近在找一份开源的会议室预订系统,找了很多种,ASP,PHP的,测试发现MRBS无疑是最好的.开源社区对其介绍如下:M ...