package br.com.caelum.vraptor.i18n; public interface LocalizedInfo { LocalizedInfo pattern(String pattern); LocalizedInfo custom(String name); }