I'm making a Moodle site with 5 languages and run into this problem that if you use a language filter to get the correct language for page titles, the page name field is to short.
For example:
{mlang nl}Interview met Tsarina over haar boek in de krant PZC{mlang}{mlang es}Entrevista con Tsarina sobre su libro en el periódico PZC{mlang}{mlang it}Intervista con Tsarina sul suo libro nel giornale PZC{mlang}{mlang en}Interview with Tsarina about her book in the newspaper PZC{mlang}{mlang ru}Интервью с Цариной о её книге в газете PZC{mlang}
This is not an absurdly long page name 'Interview with Tsarina about her book in the newspaper PZC' in English. But when translated to multiple languages, you will go past the 255 character limit for the field.
Is there a solution to this problem? Can the database field be made longer, or will there be other problems?