如何在下拉列表中更改oriya语言在asp.net中选择 [英] how to change oriya language in dropdown choose in asp.net

查看:63
本文介绍了如何在下拉列表中更改oriya语言在asp.net中选择的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我选择oriya语言的下拉菜单时,所有类别或项目名称都可以是chenge oriya语言plz帮助......









喜欢...

when i choose in dropdown in oriya language then all category or item name can be chenge oriya language plz help......




like...

<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
    <title></title>
</head>
<body>
    <form id="form1" runat="server">
    <div>

    </div>
        <asp:Label ID="Label1" runat="server" meta:resourcekey="Label1" Text="<%$ Resources:LocalStrings, LastName %>"></asp:Label>
        <br />
        <br />
        <asp:DropDownList ID="DropDownList1" runat="server">
            <asp:ListItem Value="LocalStrings">English</asp:ListItem>
            <asp:ListItem Value="de-DE">Oriya</asp:ListItem>
        </asp:DropDownList>
    </form>
</body>
</html>













如果在下拉列表中选择oriya选项,则可以更改所有页面内容项目名称oriya letter







if choose oriya option in dropdown then all page content item name can be changed in oriya letter

推荐答案

资源:LocalStrings,LastName %> > < / asp:Label >
< br / >
< br / >
< asp:DropDownList ID < span class =code-keyword> = DropDownList1 runat = server >
< asp:ListItem = LocalStrings > 英语< / asp:ListItem >
< asp:ListItem = de-DE > Oriya < / asp:ListItem >
< / asp:DropDownList >
< / form < span class =code-keyword>>
< / body >
< < span class =code-leadattribute> / html >
Resources:LocalStrings, LastName %>"></asp:Label> <br /> <br /> <asp:DropDownList ID="DropDownList1" runat="server"> <asp:ListItem Value="LocalStrings">English</asp:ListItem> <asp:ListItem Value="de-DE">Oriya</asp:ListItem> </asp:DropDownList> </form> </body> </html>













如果在下拉列表中选择oriya选项,那么所有页面内容项目名称都可以是在oriya信中改变







if choose oriya option in dropdown then all page content item name can be changed in oriya letter


这个问题很不清楚,但也许你需要这个: https://msdn.microsoft.com/en-us/library/c6zyy3s9%28v=vs.140%29.aspx



然后这个CodeProject文章也会有所帮助:在ASP.NET中使用全球化和本地化



-SA
The question is very unclear, but maybe you need this: https://msdn.microsoft.com/en-us/library/c6zyy3s9%28v=vs.140%29.aspx.

Then this CodeProject article can also be helpful: Using Globalization and Localization in ASP.NET.

—SA


这篇关于如何在下拉列表中更改oriya语言在asp.net中选择的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆