Multi-lingual Application
Add Dropdown List To Choose Language Of Application

Code Customization
Add Dropdown List To Choose Language Of Application
Description:

This customization adds a dropdown list to select the user's preferred language for display.

This customization will be added in:

..\<Application Name>\<Table Name>\Show<Table Name>Table.aspx.cs

For example: C:\MyApp1\Customers\ShowCustomersTable.aspx.cs

Procedure:

Step 1:  In Iron Speed Designer, select the Show Table page (e.g. ShowCustomersTable.aspx) in the Application Explorer where the ASP dropdown list needs to be added.

Step 2:  Switch to Design Mode. Select any desired cell and add the following HTML in to the cell using Cell Editor

<asp:DropDownList id="LanguageList" runat="server" AutoPostBack="true" ></asp:DropDownList>

Step 3:  Use this wizard to add code customization.

Step 4:  Build and run the application.

Disclaimer:
Customizations included in this wizard are provided as a sample to demonstrate a feature, and may work only in specific situations. The Iron Speed Designer support team cannot assist in the resolution of problems which may occur as a result of customizing your application or modifying a customization to fit a particular purpose.


  Privacy Statement