Culture client

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

To get the default culture:

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

To get all registered cultures:

RequestResponse
IList CultureInfo cultures = await MClient.Cultures.GetAllCulturesAsync();

Do you have some feedback for us?

If you have suggestions for improving this article,