Localization Settings Guide
Overview
CloudOnex Business Suite can be configured for different languages, date formats, time zones, and regional preferences. This guide covers all localization settings to help you adapt the system to your local requirements.
Language Configuration
Available Languages
CloudOnex supports numerous languages including:
Language | ISO Code | Region |
---|---|---|
English (USA) | en | United States |
English (UK) | en_gb | United Kingdom |
English (AU) | en_au | Australia |
español | es | Spanish |
français | fr | French |
Deutsch | de | German |
italiano | it | Italian |
português | pt | Portuguese |
русский | ru | Russian |
日本語 | ja | Japanese |
中文 | zh | Chinese |
العربية | ar | Arabic |
Setting System Language
- Navigate to Settings → Localization Settings
- Select default system language
- Click Save Changes
User-Specific Language
Users can set their preferred language:
- Click profile menu in top right
- Select "Edit Profile"
- Choose preferred language
- Save changes
Date and Time Settings
Time Zone Configuration
- Go to Settings → Localization Settings
- Select your time zone from the dropdown
- Save changes
Date Format Settings
Available date formats:
- YYYY-MM-DD (2024-01-31)
- DD-MM-YYYY (31-01-2024)
- MM-DD-YYYY (01-31-2024)
- DD.MM.YYYY (31.01.2024)
- DD/MM/YYYY (31/01/2024)
To configure:
- Choose preferred format from dropdown
- Set date separator (- / .)
- Save changes
Time Format
Choose between:
- 24-hour format (14:30)
- 12-hour format (2:30 PM)
Number Formatting
Decimal Settings
Configure:
- Decimal separator (. or ,)
- Thousand separator (, or .)
- Number of decimal places
- Digit grouping style
Example configurations:
- US Style: 1,234.56
- European Style: 1.234,56
Currency Display
Set currency display preferences:
- Symbol position (before/after amount)
- Space between symbol and amount
- Decimal places for currency
- Currency symbol display style
Regional Settings
Business Location
- Set primary business location
- Configure regional business number format
- Set local tax system
- Enable relevant regional features
Address Format
Configure address display order:
- Street address
- City/Town
- State/Province
- Postal/ZIP code
- Country
Example formats:
US Format:
Street Address
City, State ZIP
Country
UK Format:
Street Address
City/Town
County
Postal Code
Country
Customizing Language Files
Editing Translations
- Locate language files in
system/i18n/
- Create override file:
- Rename
system/overrides/i18n.sample.php
toi18n.php
- Add custom translations
- Rename
Example override:
return [
'invoice' => 'Custom Invoice Text',
'payment' => 'Custom Payment Text'
];
Adding New Languages
- Copy
en.php
fromsystem/i18n/
- Rename to new language code
- Translate contents
- Add language to system settings
Calendar Settings
Week Configuration
Set:
- First day of week
- Working days
- Weekend days
- Holiday calendar
Business Hours
Configure:
- Business day start time
- Business day end time
- Break times
- Time slots
Document Templates
Localized Templates
Customize for each language:
- Invoice templates
- Quote templates
- Email templates
- PDF documents
Variable Placeholders
Use localized variables:
{DATE_FORMATTED}
{CURRENCY_SYMBOL}
{CUSTOMER_ADDRESS}