The default is English.
but I saw that the template has support for Spanish, but do not know how to put. someone help me?

functions.php

Code: 
<?php 
    require_once (TEMPLATEPATH . '/framework/main.php');

// loclization
    load_theme_textdomain('theme');
    load_theme_textdomain('framework');
?>
ctoveloz Reviewed by ctoveloz on . how to translate my wordpress template? The default is English. but I saw that the template has support for Spanish, but do not know how to put. someone help me? functions.php <?php require_once (TEMPLATEPATH . '/framework/main.php'); // loclization load_theme_textdomain('theme'); Rating: 5