I have upgraded to responsive DP 5.8 which apparently solved the issue of using a language file within a child theme. However, I still cannot get my child theme to use a custom language file. I have tried to create _language.php in the child theme folder and in a new folder called framework, under the child theme folder. The only way I was able to get an alternate language file working was to upload a language_alternate.php file in the main DP theme folder: wp_content/themes/DT58/templates/template_directory_theme/language_alternate.php I'm worried that I will have to reinstall this alternate language file with every update. Can someone tell me the exact location and file name to use so that a language file can be used within a child theme in responsive DP 5.8?
Malgorzata
If you put it in your child it should not. But mark is the only one who knows for sure.
Put same Q’ to Mark in topic Title.
Ian
@Jonah, put it in your child theme and name it
Make sure the array on line 8 or 9 is still named as below
// UPDATE 27TH JULY 2013
“english” => array(
Mark Fail
in your child theme
wp-content/themes/XXXX/
add a file called:
Jonah
Thanks Mark!
worked great.