I have developed a site with globalization & localization using resource files and i have my website content in resource files but not in HTML of site pages(i mean not hard code text on html pages) so i wonder to know if Google can reach out my website and will detect website content. as i know we always hard code our content in html pages of website and its good for Google and SEO purposes but in my case all content comes from resource files to web pages.
here is my html code on web page looks after i use resource files
<div class="apiculture">
<div class="post_content">
<p><asp:Literal runat="server" Text="<%$ Resources:Resource, QueenBeeAnatomyText1 %>" /></p>
</div>
</div>
<div class="apiculture">
<div class="post_content">
<p>
<asp:Literal runat="server" Text="<%$ Resources:Resource, QueenBeeAnatomyText2 %>" />
</p>
</div>
</div>
I am not having hard code content in my html but all content comes from resource files with name of content tags etc etc as you can see from above pasted code clearly.
if its good for SEO purposes or not as i have unique and very good content for my site?