Hey @wandresPAN, Yes I think I had question now, here a quick guide:
- Enable Localization for Single Type:
- Open your Single Type in the Content Type Builder.
- For each field you want to be translatable, you need to enable localization. Click on the field, and under the “Advanced Settings,” enable the “Localized” option.
- Translate Content:
- Once you’ve enabled localization for your fields, you can create translations for each entry.
- In the Strapi admin panel, when you create or edit an entry for your Single Type, you’ll see tabs for each enabled locale. You can add translations for each field accordingly.
- Accessing Translated Content in API:
- Strapi will automatically handle serving the correct translation based on the request’s locale.
- When making requests to your Strapi API, you can include the
localeparameter in the query string to specify the desired language.