I am using Zend Framework and LocalizedToNormalized and NormalizedToLocalized to make a localized form. The problem is in the whole application for example I want to use global options such as precision and number format.
One way I found is to create somewhere static instances of the filters, applied with options and use them everywhere I want, but I want to know if there is a better solution.