Hallo again,
Is there any possibilty to get different Data from a DB depending to the chosen Language?
I build a website with different languages (Language switch in masterPage via cultureInfo) every thing works fine with my Resourcefiles:
<asp:Label ID="Label4" runat="server" Text="<%$ Resources:Resource, price %>"></asp:Label>
Now I have a Database with sources in different languages:
Text_english
Text_german
Text_frensh
<asp:Label ID="Label2" runat="server" Text='<%# Eval("Text_english") %>'></asp:Label>
How can I change the data "Text_english" to "Text_german" depending to the chosen language on the masterPage?
caspar.net
cologne, germany, EU