Best way to store ArrayList in terms of Application Configuration?

joker77

Freshman
Joined
Sep 16, 2005
Messages
38
Location
Dublin
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.
 
Back
Top