/comments/submit


    
    SubmitComment()
    /comments/submit
    
    This API handler processes comments about translations in the WWL
    translation memory. It allows users to submit comments
    about a specific edit to a specific translation, to a translated text
    in general, and to the parent URL the translations.
    Designers should be careful to design comments widgets so that it
    is clear that the comments are intended for discussion
    about the translations, and not the source material. This is
    a place where users can become confused, and of course,
    WWL does not know anything about the content of the comments
    being submitted.
    
    The API handler expects the following parameters
     
    md5hash : the md5hash generated from the source text, required
    guid : the globally unique identifier for a specific edit to the translation, optional
    domain : the parent website's domain or API key, optional
    tl : the translation language (ISO language code), required
    cl : the language the comment is written in (ISO language code), optional (defaults to same as tl if omitted)
    comment : the text of the comment itself (Unicode, UTF 8 encoding)
    session : session key (cookie)
    

Test Form

MD5 Hash of Original Text
GUID of Translation
URL of source document (for general comments)
Translation Language
Comment Language
Comment