how to get localized form titles from form manager
Hi together,
(again) I'm struggling with the API regarding getting the wanted language information.
In our system we have forms that have two languages and thus an english and a german title. Querying the forms manager with
var x = formsManager.GetForms().ToList().Where(f =>
f.AvailableLanguages.Contains("de"));