First time here? Check out the FAQ!
0

Show questions asked in all languages

How can i show all questions of several different languages in the home page after a multilingual installation of askbot, for i can only see the questions asked in the question that is selected.

Morris Winkler's avatar
1
Morris Winkler
asked 11 years ago, updated 11 years ago

Comments

see more comments

2 Answers

1

It will be required to change the code a bit, it is an easy change to allow questions in different languages to show in the list, but some more work will be required to clean up other corners.

If you don't care about the language - then why not just use single-lingual setup and allow posting in other languages. Why create a multilingual setup in that case?

Evgeny's avatar
13.2k
Evgeny
answered 11 years ago
link

Comments

I basically add an option flag in question_list and then according that to enable showing questions in all languages in question model. seems working fine.

aolye's avatar aolye (7 years ago)
see more comments
0

I guess what you sad makes sense, well i just thought that it is easyer vor everyone to handle stuff in his own language, but still if someone finds a answer in an other language he understands he could use that ( my askbot is bilingual )

cheers,

Morris Winkler's avatar
1
Morris Winkler
answered 11 years ago
link

Comments

see more comments