The Locale Settings in MARINI DataEngine allow administrators to adjust the system to various regional formats. Below is a detailed overview of the settings:
User Interface Settings
- Date Format: Defines how dates are displayed throughout the system.
- Time Format: Choose between 12-hour and 24-hour formats.
- Language: Set the system’s language (default: English US).
- Name Format: Configure how names (e.g., title, first name, last name) are displayed.
System Currency Settings
- Currency: Select the system’s default currency (e.g., Euro).
- ISO 4217 Currency Code: Set the appropriate currency code (e.g., EUR).
- Currency Symbol: Define the symbol for the currency.
- Decimal Separator: Choose the symbol for decimal separation (e.g., comma or period).
- Thousands Separator: Select the separator for large numbers (e.g., period or comma).
Export Settings
- Export Delimiter: Specify the delimiter used in export files (e.g., semicolon).
- Disable Export: Option to disable exports for users.
- Default Character Set for Import and Export: Set the character encoding for imported and exported files (default: UTF-8).
- Admin Export Only: Limit export functionality to administrators only.
Database Collation
- Collation: Specify the collation for your database, which determines how text data is sorted and compared (default:
utf8mb4_general_ci
).
Tips
- Localization: Adjust date, time, and currency formats to match local standards.
- Export Control: Use export restrictions for better data security.
- Collation: Ensure that the database collation supports the languages you’re using, especially for non-Latin character sets.
These settings help you tailor DataEngine to regional requirements, improving user experience and accuracy for global teams.