问题:
A . Add the following configuration section to the Web.config file.
B . Set the directive for each page in your site as follows:<%@ page="" uiculture="“Auto”">
C . Add the following code segment to the pages load event.lblName.Text = @”{myStrings}Name”; lblAddress.Text = @”{myStrings}Address”; lblEmail.Text = @”{myStrings}Email”; lblPhone.Text = @”{myStrings}Phone”;
D . Add the following code segment to the pages load event. lblName.Text = Resources.myStrings.Name; lblAddress.Text = Resources.myStrings.Address; lblEmail.Text = Resources.myStrings.Email; lblPhone.Text = Resources.myStrings.Phone;
● 参考解析
本题暂无解析
相关内容
相关标签