Overview
This quickstart guide will help you set up Unlingo and integrate it into your application in just a few minutes. We’ll create a project, add some translations, and fetch them using our REST API.Prerequisites
- An Unlingo account (sign up at unlingo.com)
- Basic knowledge of REST APIs
- A web or mobile application project
Step 1: Create Your Project
Sign in to Dashboard
Navigate to unlingo.com and sign in to your account.
Step 2: Add New Language
Step 3: Add Translations
Step 4: Create Your First Release
Create Release
Click Create Release and enter: - Tag: “1.0.0”. Select your
translation namespace and main versionStep 4: Get Your API Key
Step 5: Fetch Translations
Now you can fetch your translations using our API:Common Patterns
Environment-Based Tags
Use different tags for different environments:Troubleshooting
API Key not working
API Key not working
Make sure your API key is correct. Check that you’re using the correct project ID.
Translations not found
Translations not found
Verify that:
- Your release is published
- The version, namespace, and language parameters are correct
- Your translations were saved properly in the dashboard
Need help? Join our Discord for community support.
