Go to the source code of this file.
|
class | OFLocale |
| A class for querying the locale and retrieving localized strings. More...
|
|
|
#define | OF_LOCALIZED(ID, ...) |
| Returns the localized string for the specified ID with the specified arguments inserted.
|
|
◆ OF_LOCALIZED
#define OF_LOCALIZED |
( |
| ID, |
|
|
| ... ) |
Value: [[
OFLocale currentLocale] localizedStringForID: ID \
fallback: __VA_ARGS__,
nil]
#define nil
A value representing no object.
Definition ObjFWRT.h:68
A class for querying the locale and retrieving localized strings.
Definition OFLocale.h:54
Returns the localized string for the specified ID with the specified arguments inserted.
- Parameters
-
ID | The ID of the localized string to retrieve |
- Returns
- The localized string with the specified arguments replaced
- Exceptions
-