This article describes the YII2 simple implementation of the multi-language configuration method, share to everyone for your reference, as follows:
1. Add the configuration file
' i18n ' = [' translations ' and ' = ' * ' = ' = ' class ' = ' Yii\i18n\phpmessagesource ', ' basepath ' and ' = ' @app/ Messages ', ' sourcelanguage ' = ' en ', ' filemap ' = [' custorm ' = ' custorm.php ', ' app/error ' = ' error.php ',], ,],],
2, create the Messages folder, add the appropriate language pack to
For more information on YII related content readers can view this site topic: "YII framework Introduction and common skills Summary", "PHP Excellent Development Framework Summary", "Smarty Template Primer Basic Tutorial", "PHP Object-oriented Programming tutorial", "PHP string (String) Usage Summary "," Introduction to Php+mysql Database Operation "and" PHP common database Operation Skills Summary "
It is hoped that this article is helpful to the PHP program design based on YII framework.