API clients
Lists supported languages with their supported dictionary types and number of custom entries.
settings
// Initialize the client var client = new SearchClient(new SearchConfig("ALGOLIA_APPLICATION_ID", "ALGOLIA_API_KEY")); // Call the API var response = await client.GetDictionaryLanguagesAsync(); // >LOG
Was this page helpful?