Default Messages
Helper class to translate framework-specific messages.
The default values are contained in the resources
, at /bc_localization/DefaultMessages-default.json
.
You may change the default values by:
- Creating a new
DefaultMessages.json
- Creating language variations with a file of the same name, suffixed by the locale tag, for example
/bc_localization/DefaultMessages_fr.json
You can always customize:
- Loading directories: by creating new LocalizationMap providers
- File formats: by creating new LocalizationMap readers
- Template formats: by creating new localization templates
/bc_localization
. The localization paths must not be changed, the templates can have their values in any order, use different format specifiers, but need to keep the same names.
Refer to Localization for more details.
See also
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard