Hello, I am a beginner to .Net
I followed the example in Localization but I keep receiving English string instead of localized string.
Pleas help me!!!!
------------------------------------------------
My Env: MS Visual Studio 2008
Project Name: HelloWorld1
Resource File Name(in Apps_LocalResources): HelloWorld1.ko-KR.resx, HelloWorld1.resx
String ID in resource file: lblHelloWorld.Text
-------------------------------------------------
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="HelloWorld1.aspx.cs" Inherits="HelloWorld1.HelloWorld1" uiCulture="ko-KR" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Demo</title>
</head>
<body>
<form id="form1" runat="server">
<asp:Label runat="server" ID="lblHelloWorld" Text="Hello, World!" meta:resourcekey="lblHelloWorld" />
</form>
</body>
</html>
I followed the example in Localization but I keep receiving English string instead of localized string.
Pleas help me!!!!
------------------------------------------------
My Env: MS Visual Studio 2008
Project Name: HelloWorld1
Resource File Name(in Apps_LocalResources): HelloWorld1.ko-KR.resx, HelloWorld1.resx
String ID in resource file: lblHelloWorld.Text
-------------------------------------------------
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="HelloWorld1.aspx.cs" Inherits="HelloWorld1.HelloWorld1" uiCulture="ko-KR" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Demo</title>
</head>
<body>
<form id="form1" runat="server">
<asp:Label runat="server" ID="lblHelloWorld" Text="Hello, World!" meta:resourcekey="lblHelloWorld" />
</form>
</body>
</html>
No need to reply it. I resolved it.
No need to reply it. I resolved it.