return FALSE; $r = well_tag_thread__update(array('id' => $id), $update); return $r; } function well_tag_thread_find($tagid, $page, $pagesize) { $arr = well_tag_thread__find(array('tagid' => $tagid), array('id' => -1), $page, $pagesize); return $arr; } function well_tag_thread_find_by_tid($tid, $page, $pagesize) { $arr = well_tag_thread__find(array('tid' => $tid), array(), $page, $pagesize); return $arr; } ?>change language by defaukt in forum with scoold - Stack Overflow
最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

change language by defaukt in forum with scoold - Stack Overflow

programmeradmin3浏览0评论

how to change the language by default to Spanish in scoold forum

I went to administration panel , language and set Spanish but it did no work. By default remain in English, i dont know what eslse to do. I can change the language any time, but i want Spanish by default

how to change the language by default to Spanish in scoold forum

I went to administration panel , language and set Spanish but it did no work. By default remain in English, i dont know what eslse to do. I can change the language any time, but i want Spanish by default

Share Improve this question asked Mar 18 at 18:33 Jose MontanoJose Montano 12 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

You can use the following configuration to change the language of the site to Spanish:

scoold.default_language_code = "es"

Add that to you application.conf file and restart Scoold.

发布评论

评论列表(0)

  1. 暂无评论