不同的国家/地区对于相同的语言可能会有不同的文字。如果在国家/地区特定的属性中找不到密钥,则可以自动向上搜索“默认”属性。 Struts2是否对此具有内置支持?如果没有,如何编程以支持这种要求?还是支持多个国家的更好方法?
例如,
默认值:
myaction.properties
myaction_zh.properties
myaction_zh_TW.properties
台湾:
myaction_TW.properties
myaction_TW_zh_TW.properties
新加坡:
myaction_SG.properties
myaction_SG_zh.properties
myaction_SG_zh_TW.properties