| Interface | Description |
|---|---|
| ILocalizableString |
Interface for an object that can be localized into a string.
|
| LocalizableContainer |
Something that contain localizable data, on which we can ask to update localized elements with the new application language.
|
| ToLocalizableString |
Able to obtain a localizable string.
|
| Class | Description |
|---|---|
| CompositeLocalizable |
Several localizable strings joined by a separator.
|
| FixedLocalizedString |
Implement ILocalizableString with a fixed value (not localized).
|
| LoadLibraryLocaleFile |
Load file META-INF/net.lecousin/locale from a library.
|
| LocaleExtensionPoint |
Extension point that loads localized properties from the list in META-INF/net.lecousin/locale.
|
| LocalizableString |
A string that can be localized using LocalizedProperties.
|
| LocalizableStringBuffer |
List of objects to concatenate to form a string, in which any object implementing ILocalizableString will be localized.
|
| LocalizedProperties |
Properties loaded from localized properties files, organized by namespace.
|
Copyright © 2019. All rights reserved.