Hi
I'm looking for an idea for the best way to store an ArrayList that's part of the Application Configuration. The ArrayList will store the list of languages the Application supports plus a description of each, so values will be for example:
"en" "English"
"de" "German"
"es" "Spanish"
I'm looking to build in a combobox which will allow the User to select the language for the UI, the different languages will be stored in .resx files.
I'm looking for an idea for the best way to store an ArrayList that's part of the Application Configuration. The ArrayList will store the list of languages the Application supports plus a description of each, so values will be for example:
"en" "English"
"de" "German"
"es" "Spanish"
I'm looking to build in a combobox which will allow the User to select the language for the UI, the different languages will be stored in .resx files.