Click here to Skip to main content
16,015,296 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
when i choose in dropdown in oriya language then all category or item name can be chenge oriya language plz help......




like...
XML
<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>






if choose oriya option in dropdown then all page content item name can be changed in oriya letter
Posted
Updated 12-Apr-15 20:50pm
v2
Comments
Sergey Alexandrovich Kryukov 13-Apr-15 2:36am    
Not clear. What does it mean, "change language"? With .NET (ASP.NET) and HTML, you can use any language anywhere.
—SA
Hey your question is not understood. I am from Odisha. Can you please explain me, so that I can help you.

1 solution

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
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900