|
ObjFW
|
Go to the source code of this file.
Classes | |
| class | OFLocale |
| A class for querying the locale and retrieving localized strings. More... | |
Macros | |
| #define | OF_LOCALIZED(ID, ...) |
| Returns the localized string for the specified ID with the specified arguments inserted. | |
| #define OF_LOCALIZED | ( | ID, | |
| ... ) |
Returns the localized string for the specified ID with the specified arguments inserted.
| ID | The ID of the localized string to retrieve |
| OFInvalidFormatException | The string (either the fallback or the localized one) contains an invalid format |