Class Summary |
ERXItalianLocalizer |
ERXItalianLocalizer is a subclass of ERXLocalizer .
Overrides plurify from its super class
and tries to pluralize the string according to italian grammar rules. |
ERXLocalizedString |
Examples:
1) value = "Localize me" -> the localized value of "Localize me"
2) keyPath = "componentName" (note that the path must be a String) -> localized name of the parent component
3) object = bug, an EO -> localized version of bug.userPresentableDescription (may or may not be useful)
4) object = bug, keyPath = "state" -> localized version of the bugs state
5) templateString = "You have @assignedBugs.count@ Bug(s) assigned to you", object = session.user
-> localized template is evaluated
Bindings: |
ERXLocalizer |
Provides KVC access to localization. |
ERXLocalizer.Observer |
|
ERXLocalizerAssociation |
Localizes the value it is bound to. |
ERXNonPluralFormLocalizer |
ERXNonPluralFormLocalizer is a subclass of ERXLocalizer .
Overrides plurifiedString from its super class
and cancels all plural form translations includind the one provided by
plurifiedStringWithTemplateForKey . |