<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default4.aspx.cs" Inherits="Default4" UICulture="es" %>
<asp:Label runat="server" ID="lblHelloWorld" Text="Hello, world!" meta:resourcekey="lblHelloWorld" />
like in the tutorial i added these codes to project and added the resources as told in the Localization part.I change the line like UICulture="de" But there is no change when i run the project. pls help me
thanks
<asp:Label runat="server" ID="lblHelloWorld" Text="Hello, world!" meta:resourcekey="lblHelloWorld" />
like in the tutorial i added these codes to project and added the resources as told in the Localization part.I change the line like UICulture="de" But there is no change when i run the project. pls help me
thanks
Hi,
What's the filename of your DE resource file, and what's the key name and value for this specific control?
What's the filename of your DE resource file, and what's the key name and value for this specific control?
hello,
I have the same problem as Ibrahim had. I have re-checked file name, value but still I am getting the text of Label in default language(English). What else I should check? Thank you!
I have the same problem as Ibrahim had. I have re-checked file name, value but still I am getting the text of Label in default language(English). What else I should check? Thank you!

I got it. I made mistake while renaming. and Thanks for nice articles!
© net-tutorials.com 2006 - 2010