Home › Forums › Support › Add string translation to child theme This topic has 3 replies, 2 voices, and was last updated 4 years, 3 months ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts February 13, 2019 at 5:04 am #809150 Tobias Hi, I includes some parts in my child theme, where I display messages like this: _e(‘This is some text’,’generatepress’); Now I need to translate this into german. Which is the best was to do this? Thank you. February 13, 2019 at 8:56 am #809510 TomLead Developer Lead Developer Hi there, You’d likely need to use your own text domain (instead of generatepress). Then you’d need to include a function like this to set the text domain and point to where the languages folder will be: https://developer.wordpress.org/reference/functions/load_child_theme_textdomain/ February 18, 2019 at 11:21 pm #814210 Tobias Thank you! February 19, 2019 at 8:15 am #814718 TomLead Developer Lead Developer You’re welcome 🙂 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In