EditingForm.aspx wiStartTimeDate change the CultureName="en-US" to "pl-PL"

1 reply. Last post: May 19, 2013 11:10 PM by Bernard Xiang
Tags :
  • New Discussion
  • New Question
  • New Product Feedback

Standard EditingForm.aspx has cultureInfo set as "en-US"


<ISWebInput:WebInput ID="wiStartTimeDate" runat="server" Width="120px" AcceptEnter="False" SkinID="S">

                                                                <CultureInfo CultureName="en-US">

                                                                </CultureInfo>

<DisplayFormat Format="MM/dd/yyyy" IsEnabled="True">

                                                                    <ErrorWindowInfo IsEnabled="True">

                                                                    </ErrorWindowInfo>

                                                                </DisplayFormat>

                                                                <EditFormat Format="MM/dd/yyyy" IsEnabled="True">

                                                                    <MaskInfo MaskExpression="00/00/0000">

                                                                    </MaskInfo>

                                                                    <ErrorWindowInfo IsEnabled="True">

                                                                    </ErrorWindowInfo>

                                                                </EditFormat>


I woud like to change this to polish version "pl-PL" then is problem with form EditingForm.aspx


My code is:


 <ISWebInput:WebInput ID="wiStartTimeDate" runat="server" Width="120px" AcceptEnter="False" >

                                                                <CultureInfo CultureName="pl-PL">

                                                                </CultureInfo>

                                                                <DisplayFormat Format="yyyy-MM-dd" IsEnabled="True">

                                                                    <ErrorWindowInfo IsEnabled="True">

                                                                    </ErrorWindowInfo>

                                                                </DisplayFormat>

                                                                <EditFormat Format="yyyy-MM-dd" IsEnabled="True">

                                                                    <MaskInfo MaskExpression="0000-00-00">

                                                                    </MaskInfo>

                                                                    <ErrorWindowInfo IsEnabled="True">

                                                                    </ErrorWindowInfo>

                                                                </EditFormat>

                                                                <DateTimeEditor IsEnabled="True" FooterTodayText="Dzisiaj jest:">

                                                                </DateTimeEditor>

                                                                <HighLight IsEnabled="True" Type="Phrase" />

                                                                <ClientSideEvents OnAfterValueChanged="WS_StartTimeDate_OnAfterValueChanged">

                                                                </ClientSideEvents>

                                                            </ISWebInput:WebInput>


The buttons SAVE & CLOSE and CANCEL are not good formated (see attach files)


Why and how I can change it ?


regards


Adam


All times are GMT -5. The time now is 4:44 AM.
Previous Next