Skip to main content

Members

Example

C#
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
using System.Globalization; using Zengenti.Contensis.Delivery; // Create the client var client = ContensisClient.Create(); // Access the project that has been configured as the default project var project = client.project; <select id="language_selector"> @foreach(var lang in project.SupportedLanguage) { <option value="@lang">new CultureInfo(lang).DisplayName</option> } </select>

Still need help?

New support request