You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
506 B

<%@ Page Language="C#" MasterPageFile="~/Site.master" AutoEventWireup="true" CodeFile="Test.aspx.cs"
Inherits="Localization_Test" Title="本地化测试" Culture="en-us" UICulture="en-us"
meta:resourcekey="Title" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">
<p>
目前语言:
<asp:Label ID="lblCurrentCulture" runat="Server" />
</p>
<p>
当前时间:
<%=DateTime.Now %>
</p>
<p>
隐式: