Posted By


DennisvanderStelt on 11/07/14

Tagged


Statistics


Viewed 131 times
Favorited by 0 user(s)

Related snippets


BugFix globalization


/ Published in: C#
Save to your folder(s)

Line 126 should be replaced by following code


Copy this code and paste it in your HTML
  1. var key = reader["ResourceId"].ToString();
  2. if (!resources.ContainsKey(key))
  3. {
  4. resources.Add(key, resourceValue);
  5. }

URL: https://github.com/RickStrahl/Westwind.Globalization/blob/534305ab535c7de91a48617b44f8bb8ce256d2cc/Westwind.Globalization/DbResourceSupportClasses/DbResourceDataManager.cs

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.