or
Public Sub New() InitializeComponent() Dim aryorder(,) As String = {{0, "Lot"}, {1, "Address"}} Me.ReportParameters("Order").AvailableValues.DataSource = aryorderEnd Sub= IIf(Parameters.ParameterServiceTypeID.Value = 0, "Services: All", "Service: " + Fields.ServiceTypeName)//// Set the language for static text (i.e. column headings, titles) Thread.CurrentThread.CurrentUICulture = new CultureInfo("fr"); //// Set the language for dynamic text (i.e. date, time, money) Thread.CurrentThread.CurrentCulture = new CultureInfo("fr");