Title: German Comment Box?
Last modified: August 19, 2016

---

# German Comment Box?

 *  Resolved [Valerie123](https://wordpress.org/support/users/valerie123/)
 * (@valerie123)
 * [18 years ago](https://wordpress.org/support/topic/german-comment-box/)
 * I just switched my site over to the Simpsons theme (because I like the set up…
   not because of the simpsons….they’re pretty funny to though 🙂
 * But anyway, my Comment box has buttons that are in another language? I think 
   German but I really have no idea.
 * [Example](http://christianpreschoolprintables.com/blog1/?p=522#respond)
 * How do I change the language that is displayed on the buttons?
 * Thanks,
 * Valerie

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Len](https://wordpress.org/support/users/lenk/)
 * (@lenk)
 * [18 years ago](https://wordpress.org/support/topic/german-comment-box/#post-747262)
 * Look in header.php
 * `<script type="text/javascript" src="http://christianpreschoolprintables.com/
   blog1/wp-content/themes/simpsonshb-10/script_quicktags.js"></script>`
 * See that line above? It’s calling a file named `script_quicktags.js` in your 
   theme’s folder. Open that file and look for …
 *     ```
       qtButtons.push(
       		new qtButton('qt_bold', 'Fett', '<strong>' ,'</strong>' ,'Fettschrift', 'b')
       	);
       	qtButtons.push(
       		new qtButton('qt_italic', 'Kursiv', '<em>', '</em>' ,'Kursivschrift', 'k')
       	);
       	qtButtons.push(
       		new qtButton('qt_block', 'Zitat', '<blockquote>', '</blockquote>' ,'Zitieren', 'z')
       	);
       	qtButtons.push(
       		new qtButton('qt_code', 'Code', '<code>', '</code>' ,'Code', 'c')
       	);
       	qtButtons.push( // Special button: LINK
       		new qtButton('qt_link', 'Link', '', '</a>' ,'Link einf&uuml;gen', 'l')
       ```
   
 * That’s what you need to edit.
 * Edit: hmmm, I seem to have broken the forum. I guess that line is hard to read
   but you should have no trouble finding the file as I did name it.
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [18 years ago](https://wordpress.org/support/topic/german-comment-box/#post-747267)
 * > Edit: hmmm, I seem to have broken the forum.
 * Nope. They didn’t fix it 🙂
    I mean there is a long list of things that don’t
   work in this new layout, the overflow not being hidden is just one of them…
 *  Thread Starter [Valerie123](https://wordpress.org/support/users/valerie123/)
 * (@valerie123)
 * [18 years ago](https://wordpress.org/support/topic/german-comment-box/#post-747322)
 * Worked like a charm! Thank you so much for your time, I never would have figured
   it out!
 * Blessings,
 * Valerie

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘German Comment Box?’ is closed to new replies.

## Tags

 * [foreign language](https://wordpress.org/support/topic-tag/foreign-language/)

 * 3 replies
 * 3 participants
 * Last reply from: [Valerie123](https://wordpress.org/support/users/valerie123/)
 * Last activity: [18 years ago](https://wordpress.org/support/topic/german-comment-box/#post-747322)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
