How do you show language names but use language codes in ListPicker?

Hi, instead of using multiple lists, maybe consider using a dictionary which will keep together the displayed list for picking from, and the associated code for each language. The language value selected from the picker can then be used to get the language code from the dictionary...

Any use?
C.

1 Like