string[] names = Enum.GetNames(typeof(Translation)); Hashtable hashTable = new Hashtable(); for (int i = 0; i < names.Length; i++) { hashTable[i + 1] = names[i]; }