com.pelzer.util.l10n.localizers
Class TerritoryLocalizer
java.lang.Object
com.pelzer.util.l10n.localizers.Localizer
com.pelzer.util.l10n.localizers.TerritoryLocalizer
- All Implemented Interfaces:
- Serializable, Comparable<Localizer>
public class TerritoryLocalizer
- extends Localizer
Used to localize based on two character ISO 3166 territory codes (United States would be 'US'),
or 'WW' (which is not an official code)
- See Also:
- Serialized Form
WW
public static final TerritoryLocalizer WW
- Worldwide (WW)
ANY
public static final TerritoryLocalizer ANY
- Matches any TerritoryLocalizer (not in .equals(), but when the Localizable class is searching)
TerritoryLocalizer
public TerritoryLocalizer(String territory,
String description)
- Always capitalizes the territory, should be something like 'US' or 'WW'
TerritoryLocalizer
public TerritoryLocalizer(String territory,
String description,
String nativeDescription)
- Always capitalizes the territory, should be something like 'US' or 'WW'
Copyright © 2012. All Rights Reserved.