Class | Description |
---|---|
ERXDutchLocalizer |
ERXDutchLocalizer is a subclass of
ERXLocalizer . |
ERXItalianLocalizer |
ERXItalianLocalizer is a subclass of
ERXLocalizer . |
ERXLocalizedString |
Examples:
value = "Localize me" -> the localized value of "Localize me"
keyPath = "componentName" (note that the path must be a String) -> localized name of the parent component
object = bug, an EO -> localized version of bug.userPresentableDescription (may or may not be useful)
object = bug, keyPath = "state" -> localized version of the bugs state
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 . |
Copyright © 2002 – 2024 Project Wonder.