MaxLength Message with localization in es-Es

Last post 06-30-2010, 1:23 AM by Kenneth. 4 replies.
Sort Posts: Previous Next
  •  06-23-2010, 10:26 AM 61964

    MaxLength Message with localization in es-Es

    Hi!
     
    I have a problem with the message that show it when I use localization set in es-Es,.. It message remains in english,
    all other text apply the changes to spanish but this not:  "The HTML Code to be added has reached the character limit for this field: [length]. Please reduce the message length to continue." 
     
    I set the property customculture = "es-ES"
    and review the file Languages\es-ES.xml and the message is correctly in spanish
     
    then why this message shown in english?
     
    Can you Help me?,  please
     
    Thanks a lot
  •  06-23-2010, 11:32 AM 61968 in reply to 61964

    Re: MaxLength Message with localization in es-Es

    We are investigating this issue and will get back to you ASAP.
     
    Regards,
    Eric
  •  06-23-2010, 10:05 PM 61974 in reply to 61964

    Re: MaxLength Message with localization in es-Es

    Hi edison9541,
     
    1. Open file "\CuteSoft_Client\CuteEditor\Languages\es-ES.xml"
     
    2. Find section below and change the display text you need.
     
     <resource name="Words">Words</resource> 
     <resource name="Characters">Characters</resource>
     
    3. Clean your browser cache and try again.
     
    Regards,
     
    ken
  •  06-29-2010, 6:04 PM 62086 in reply to 61974

    Re: MaxLength Message with localization in es-Es


    HI, thanks for reply.
      
     
    I have the next configuration in the file "\CuteSoft_Client\CuteEditor\Languages\es-ES.xml"
     
    <resource name="ReduceMessage">Por favor disminuya el tamaño del mensaje para continuar.</resource>
    <resource name="alert_MaxTextLength">El texto sobrepasa el lmite de caracteres permitidos:</resource>
    <resource name="alert_MaxHTMLLength">El cdigo HTML sobrepasa el lmite de caracteres permitidos:</resource>
    <resource name="Words">Words</resource>
    <resource name="Characters">Characters</resource>
     
    The other messages are and show ok, but not the messages before mentioned at the beginning
     
    thanks for helpme!!
     
     
     
  •  06-30-2010, 1:23 AM 62099 in reply to 62086

    Re: MaxLength Message with localization in es-Es

    Hi edison9541,
     
    It works fine for me. Can you upgrade to the latest version and try again?
     
    Below is my test code.
     
          <CE:Editor ID="editor1" runat="server" MaxHTMLLength="10" CustomCulture="es-es">
            </CE:Editor>
     
    If still get the same issue with the latest version. Please set up ftp access for me, I will check it and get back to you as soon as possible.
     
    Please send the information to Kenneth@CuteSoft.net
     
    Regards,
     
    ken
View as RSS news feed in XML