0

We can use the create site method of the Tenant class to create a new site collection in CSOM. This takes SiteCreationProperties object as parameter. we can specify the LCID here but this is optional

if you specify no lcid in tenant.createsite in which language will the new site collection be created

Sohail Sayed
  • 31
  • 1
  • 3

1 Answers1

0

It will be your default language in SharePoint

Sergiy Kostenko
  • 273
  • 1
  • 2
  • 11