[CLOSED] Password validation not localized

  1. #1

    [CLOSED] Password validation not localized

    On the following example, password validation is not localized (ResourceManager's Locale is set to pt).

    Click image for larger version. 

Name:	pw001.png 
Views:	0 
Size:	2.9 KB 
ID:	21291

    Thanks in advance.

    <!DOCTYPE html>
    <html>
    <head id="Head1" runat="server">
    </head>
    <body>
        <ext:ResourceManager runat="server" Locale="pt" ScriptMode="Debug" />
        <ext:FormPanel ID="_frm" Width="200" Height="200" Layout="AnchorLayout" DefaultAnchor="100%" BodyPadding="5" runat="server">
            <FieldDefaults MsgTarget="Side" />
            <Items>
                <ext:TextField ID="_pwd" Icon="Lock" InputType="Password" AllowBlank="false" EmptyText="Senha" runat="server" />
                <ext:TextField Icon="LockKey" Vtype="password" InputType="Password" EmptyText="Confirme a Senha" runat="server">
                    <CustomConfig>
                        <ext:ConfigItem Name="initialPassField" Value="_pwd" Mode="Value" />
                    </CustomConfig>
                </ext:TextField>
            </Items>
        </ext:FormPanel>
    </body>
    </html>
    Last edited by fabricio.murta; Feb 17, 2015 at 7:05 PM. Reason: [CLOSED]
  2. #2
    Hi Raphael,

    Unfortunately, we are not quite able to localize the things. Vtype="password" is defined in Ext.NET, not in ExtJS. It is why that is not localized and, I guess, won't be localized.

    Please let us know if you need any assistance on localizing it.
  3. #3
    Please let us know if you need any assistance on localizing it.
    No, that's ok.

    Please mark this thread as closed.

Similar Threads

  1. [CLOSED] Password fields TextField saves the password
    By ucaneto in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Oct 29, 2014, 3:38 PM
  2. Replies: 3
    Last Post: Jan 31, 2014, 9:12 AM
  3. [CLOSED] Problems with Password Validation and PasswordMask plugin
    By tactime10 in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Dec 10, 2013, 9:24 AM
  4. [CLOSED] Password Validation does not work
    By hdsoso in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: May 07, 2013, 1:35 PM
  5. Implement a Password Meter to a Password Field
    By sudantha in forum 1.x Help
    Replies: 1
    Last Post: Jan 15, 2012, 6:59 AM

Posting Permissions