Forum Discussion
Thomas_Akalowski
Feb 18, 2019Copper Contributor
Default language when creating new sites in SharePoint
Hello everybody, is there any way to set the default language when creating new sites in SharePoint, e.g. communication site? My preferred language in Microsoft 365 admin center -> organization prof...
- Feb 18, 2019You can do this with a site script and design and customizes the default template as well. https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview
You can use https://Sitedesigner.io to get started with the script creation as it has most of the regional setting configuration.
Alan Marshall
Feb 18, 2019Iron Contributor
You can do this with a site script and design and customizes the default template as well. https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview
You can use https://Sitedesigner.io to get started with the script creation as it has most of the regional setting configuration.
You can use https://Sitedesigner.io to get started with the script creation as it has most of the regional setting configuration.
Thomas_Akalowski
Feb 25, 2019Copper Contributor
Unfortunately, the regional settings in the template do not change the global language of the site, but just change the regional settings in /_layouts/15/regionalsetng.aspx.
I would like that the initial selected language is not english when creating a page. Or better: Hide selection and automatically create a german site.