You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation describes how to set the LocalizedName of a TermSet.
However, the example does not work because the TermSetLocalizedNameCollection class is internal.
// Add a new localized label for the term set(termSet.LocalizedNames as TermSetLocalizedNameCollection).Add(new TermSetLocalizedName(){LanguageTag="nl-NL",Name="Dutch name"});// Send the updates to the serverawait termSet.UpdateAsync();
Expected behavior
The example from the documentation works or there is another possibility to set the LocalizedNames of the TermSets.
The text was updated successfully, but these errors were encountered:
Category
Describe the bug
The documentation describes how to set the LocalizedName of a TermSet.
However, the example does not work because the TermSetLocalizedNameCollection class is internal.
Steps to reproduce
Proceed as described in the documentation
Expected behavior
The example from the documentation works or there is another possibility to set the LocalizedNames of the TermSets.
The text was updated successfully, but these errors were encountered: