1. Scripting SDK

Culture client

The Culture client can be used to fetch culture-related information from Content Hub.

To get the default culture:

CultureInfo defaultCulture = await MClient.Cultures.GetDefaultCultureAsync();

To get all registered cultures:

IList CultureInfo cultures = await MClient.Cultures.GetAllCulturesAsync();
If you have suggestions for improving this article, let us know!