I am adding localization.
I am not clear on format or options.

is this what I hope it is?
<parameter name="localizable" value="true"/>

Can anyone suggest what to add to my match calls, how to form
 <parameter>, <map:when test="what"> and
what I need to do within the when if that is truly what to do?
<map:when test="someLocaleParam">
    <map:transform src="" />
</map:when>
And do I need to call it directly, and if so is it an org.apache...Locale package?
<map:generator name="?not sure what to do here"src="">

Thank you

Helena