[YMIR-146] [ymir-core]* LocaleManager#setLocale()した時に自動的にRequestのlocaleも変更するようにする Created: 2007-10-26 Updated: 2007-10-26 Resolved: 2007-10-26 |
|
Status: | Closed |
Project: | Ymir |
Component/s: | ymir-core |
Affects Version/s: | 0.9.2 |
Fix Version/s: | 0.9.3 |
Type: | Improvement | Priority: | Minor |
Reporter: | skirnir | Assignee: | skirnir |
Resolution: | Fixed | Votes: | 0 |
Labels: | None |
Description |
今はLocaleManager#setLocale()してもRequestのlocaleは変更されないため、Requestのlocaleを利用している箇所では |
Comments |
Comment by skirnir [ 2007-10-26 ] |
対処しました(r1090)。 なお、この変更のためにRequestインタフェースにsetLocale(Locale)メソッドが追加されました。 |