Create a Single String
Add individual string resources to your application:Fill in Form
Complete the string details:
- String Key (required, max 100 characters) - Unique identifier
- Language - Select from dropdown
- String Value (required) - The actual text
- Description (optional) - Context or usage notes
Bulk Upload Strings
Upload hundreds or thousands of strings at once using CSV, XML, or JSON files.Prerequisites
Application created
CSV, XML, or JSON file prepared with string data
File follows the correct format (see below)
File Formats
- CSV Format
- JSON Format
- XML Format
Upload Steps
Bulk Upload Features
S3 Integration
Cloud-native file processing for large uploads
Real-time Progress
WebSocket-powered progress tracking
Duplicate Resolution
Bulk resolution system for key conflicts
Auto Conversion
Automatic CSV/XML/JSON format conversion
Resume Capability
Recover from upload interruptions
Error Resolution
Fix validation errors before final upload
View and Filter Strings
Find strings quickly using powerful filtering options:Filter Options
By Application
By Application
Select All Applications or filter by specific app
By Language
By Language
Filter strings by language code (en, es, fr, etc.)
By Search Term
By Search Term
Search by string key or value using the search box
By Modified Date
By Modified Date
Switch between tabs:
- All Strings - Complete list
- Recently Modified - Last 7 days
Edit a String
Modify existing string values or descriptions:You cannot edit the string key or language after creation. Create a new string if you need to change these.
Delete Strings
Remove strings you no longer need:- Single Delete
- Bulk Delete
Export Strings
Download your strings for backup or external use:Best Practices
Consistent Keys
Use naming conventions:
screen.action.elementmodule_feature_componentcamelCaseorsnake_case
Add Descriptions
Document complex strings with:
- Usage context
- Placeholder meanings
- Special formatting notes
Use Bulk Upload
For large datasets:
- Faster than manual entry
- Reduces errors
- Easy to review in spreadsheet
Regular Exports
Export strings regularly:
- Backup your data
- Share with translators
- Version control
Troubleshooting
Cannot Create String
Cannot Create String
Possible causes:
- Application not selected
- Language doesn’t exist in app
- String key already exists
- Required fields missing
Bulk Upload Failing
Bulk Upload Failing
Possible causes:
- File format doesn’t match template
- Duplicate keys present
- Language codes don’t exist
- Validation errors in data
String Not Appearing in SDK
String Not Appearing in SDK
Check:
- Correct application selected
- String language matches SDK language
- API token has correct permissions
- SDK cache has been refreshed