In my last post I introduced my Language Store solution for multi-lingual SharePoint sites , and showed the two ways it can be used: In standard .Net procedural code: string sButtonText = LanguageStore.GetValue( "Search" , "SearchGoButtonText" ); Declaratively in HTML: < asp:Button...