<FilterClass>
Section:
<FrameFilters>, <BomDrawingFilters>
Required:
No
Value type:
Fully qualified Java class name
Default:
Configured in wmconf.xml
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
If you are using FilterMultiLocaleKeepCurrent or FilterMultiLocaleKeepEnglish, no further definition is needed.
If you want to use the locale-specific filter (FilterMultiLocaleKeepSpecifiedLocale), define the locale using the <Parameters> and <Locale> tags.
Example
See wmconf.xml for the default configuration. This example shows the usage of a locale-specific filter (in this case, German):
<LocaleFilter>
<FilterClass>com.osm.biz.util.FilterMultiLocaleKeepSpecifiedLocale</FilterClass>
<Parameters>
<Locale>de</Locale>
</Parameters>
</LocaleFilter>
Was this helpful?