Culture: id-ID : Culture « Page « ASP.Net






Culture: id-ID

<%@ Page Language="C#" Culture="id-ID" %>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
    <title>Show Calendar</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
    
    <asp:Calendar
        id="Calendar1"
        Runat="server" />
    
    </div>
    </form>
</body>
</html>

           
       








Related examples in the same category

1.Page Culture (C#)
2.Set culture in the web.config
3.Get culture from binded ObjectDataSource (C#)
4.Culture auto (C#)
5.Get Culture: de_DE, id-ID (C#)