Hello,
Im using Kentico 9 and I am trying to get a list of all the languages the website is currently translated to but I cant figure it out how. Thanks
In the sites application you can see all cultures each site currently supports.
Or look directly into the Localization module.
Thanks for the response. But I am trying to to that from c# code.
Try:
CultureSiteInfoProvider.GetSiteCultures("SiteName")
Returns a dataset with cultures for the site code you supply.
Please, sign in to be able to submit a new answer.