标签: java mysql spring spring-mvc locale
我的Web应用程序在Spring MVC和Mysql中。
直到现在,该应用程序仅支持Locale en。现在我想为Locale ar(阿拉伯语)提供支持。 当我将Locale=en更改为Locale=ar(阿拉伯语)时,Spring MVC应用程序中需要注意的事项。
Locale en
Locale=en
Locale=ar
在我的数据库中,我使用了collation:utf8 utf8_unicode_ci
collation:utf8 utf8_unicode_ci
更改区域设置时数据库是否需要进行任何更改?