Class PageTranslationOptions
Class that defines the languages for which a translation must be generated
Inherited Members
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public class PageTranslationOptions
Class that defines the languages for which a translation must be generated
public class PageTranslationOptions
List of languages to generate a translation for
public List<string> LanguageCodes { get; }
| List<string> |
Add a new language to the list of langauges to be generated. Note that this language must be a language configured for multi-lingual pages on the site
public void AddLanguage(int languageId)
|
int
languageId
Id defining the language to add. See https://capacreative.co.uk/resources/reference-sharepoint-online-languages-ids/ for a list of possible languages |