CultureEditor Control
The CultureEditor control retrieves the list of cultures available in the application and allows you to set values specific to each culture.
A Json data structure like the following is generated:
[
{
"culture": "en-US",
"value": "Stay in touch"
},
{
"culture": "it-IT",
"value": "Non perdiamoci di vista"
},
{
"culture": "es-ES",
"value": "Mantente en contacto"
}
]