Search code examples
kentico-kontent

Is there a way to get a list of defined languages in the project using ContentDelivery API in Kentico-Cloud?


I need to get a list of available languages for given project. It would like to use content delivery api to achieve this. Is that possible ?


Solution

  • No, right now there is no direct support in the Delivery API, however, there are some options.

    At first, you can utilize the Content Management API to list variants of the item or content type.

    Secondly, you can create content type (and item) where you can list and maintain your languages and then request this item in your app.

    At last, you can find Kentico Roadmap here and suggest/upvote requested feature(s).