Search code examples
c#visual-studio-2010resource-files

Resource (.resx) files with multiple values


I was wondering if can create some resource file which represents multiple values per key.

any suggestion?

Thank You;


Solution

  • You can achieve this by adding Properties.Settings add the variable of type System.Collections.Specialized.ListDictionary in it add 2 items and save it

    a setting variable can be scoped to be used at application or user level

    Please example here http://www.codeproject.com/Articles/17659/How-To-Use-the-Settings-Class-in-C