er.extensions.localization
Class ERXNonPluralFormLocalizer
java.lang.Object
er.extensions.localization.ERXLocalizer
er.extensions.localization.ERXNonPluralFormLocalizer
- All Implemented Interfaces:
- NSKeyValueCoding, NSKeyValueCodingAdditions
public class ERXNonPluralFormLocalizer
- extends ERXLocalizer
ERXNonPluralFormLocalizer is a subclass of ERXLocalizer.
Overrides plurifiedString from its super class
and cancels all plural form translations includind the one provided by
plurifiedStringWithTemplateForKey.
Good for languages that don't have plural forms (such as Japanese).
| Methods inherited from class er.extensions.localization.ERXLocalizer |
addEntriesToCache, addToCreatedKeys, applyRules, availableLanguages, cache, createdKeys, createLocalizerForLanguage, currentLocalizer, defaultLanguage, defaultLocalizer, defaultPlurifyRules, defaultSingularifyRules, dumpCreatedKeys, fallbackToDefaultLanguage, fileNamesToWatch, frameworkSearchPath, initialize, isLocalizationEnabled, language, languageCode, load, locale, localizedDateFormatForKey, localizedDisplayNameForKey, localizedNumberFormatForKey, localizedStringForKey, localizedStringForKeyWithDefault, localizedTemplateStringForKeyWithObject, localizedTemplateStringForKeyWithObjectOtherObject, localizedValueForKey, localizedValueForKeyWithDefault, localizerForLanguage, localizerForLanguages, localizerForRequest, plurifiedStringWithTemplateForKey, plurify, plurifyRules, readPropertyListFromFileInFramework, resetCache, setAvailableLanguages, setCacheValueForKey, setCurrentLocalizer, setDefaultLanguage, setFileNamesToWatch, setFrameworkSearchPath, setIsLocalizationEnabled, setLocale, setLocalizedDateFormatForKey, setLocalizedNumberFormatForKey, setLocalizerForLanguage, singularifiedString, singularify, singularifyRules, takeValueForKey, takeValueForKeyPath, useLocalizedFormatters, valueForKey, valueForKeyPath |
ERXNonPluralFormLocalizer
public ERXNonPluralFormLocalizer(String aLanguage)
plurifiedString
public String plurifiedString(String name,
int count)
- Description copied from class:
ERXLocalizer
- Returns a plurified string
- Overrides:
plurifiedString in class ERXLocalizer
toString
public String toString()
- Overrides:
toString in class ERXLocalizer
Copyright © 2002 – 2007 Project Wonder.