I have a tables with content in two languages. Then I have a column called 'language' to distinguish.Now I use I18n to do multi languages website.So, how can I get content in database with current language?
I think that if I can set the default_scope of model accoding to the language, or load different models the same name.
Thank you!