Check the following:
Your resource file access modifier should be declared as public
;
It contains a key MerchantName
[Display(ResourceType = typeof(Resource), Name = "MerchantName")]
public string MerchantName{ get; set; }
For more information, refer http://www.dotnetlibrary.com/Articles/GetArticles?articleId=20