Hi There Does anybody know how to create a multilingual web application using Dynamic Data and be able to show any label or button in the correct language upon the selected culture?
A:
You can implement your own ResourceProviderFactory
to get your localisations from wherever you want. We use a string as a key to look up the localisations:
For instance:
<asp:Literal Text="<%$ Resources: DBLanguageProvider, Module/Area/HelpMessage %>" runat="server" />
Keith
2009-01-23 11:20:24