I have a custom Page Type with ArticleType field presented by Radio Buttons control with the following list of options:
News Event
My website has EN and DE cultures. What I want to do is if content editor edits the page on German he sees:
Nachrichten Veranstaltung
But if he switches to English, he would see:
News Event
But the actual value saved in the database would be "news" or "event". How can I make it within Kentico admin interface?