I notice that we can set the language for a form by using Xml:lang="en-US"
. I want to see the named of other languages but not sure where those can be accessed from C#.
Please help.
Edit I prefer to know an enum type which list the value set. Is there one available? Or we have to create that ourselves?
Since it seems to be no available enum type for this, here is my own-created one.