I have read this Localized-Resource-in-ASP-NET-2005 nice article.If you follow this link you can see that .resx files names has next structure: MyResource.[localization].resx .Accessing localize properties has done through [MyResource].When I in my project create .resx files with the same structure I could access properties through [locali_zation] identificator.Unfortunately, I cant look at the author code in resx designer (there is no such files in his download code).So, what and where I should rename for accessing through [MyResource]?In my designer code: namespace -> Resources.MyResourceclass name -> localization [..should be MyResource?]