|
| class | AutoLoadLocalizer |
| | Implementation of a localizer which configuration is automatically loaded from an embedded resource. More...
|
| |
| class | ContextLocalizer |
| | Localizer that can provide translations and can store nested contexts. More...
|
| |
| class | GlobalLocalizer |
| | Utility class for convenient access to localization functions. More...
|
| |
| interface | ILoadableLocalizer |
| | Localizer which translations can be loaded from different sources. More...
|
| |
| interface | ILocalizer |
| | Converter of strings from a base-language value to its corresponding language-specific localization. More...
|
| |
| class | Language |
| | Represents a language for localization purposes.
|
| |
| class | Localizer |
| | Simple loadable localizer. More...
|
| |
| class | PlainString |
| | Represents just a string. This class is used to allow interpolated strings to preferably be passed as FormattableString instead of string to methods that overload both types. More...
|
| |