LookupDispatchAction protects the application from i18n side effects
A
Correct answer
Explanation
LookupDispatchAction handles internationalization by using lookup maps to map action keys to localized method names. This design isolates i18n concerns within resource bundles and lookup mechanisms, preventing i18n requirements from directly affecting action class logic and making the framework more maintainable across locales.