How do I use internationalization with single types?

Hey @wandresPAN, Yes I think I had question now, here a quick guide:

  1. 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.
  1. 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.
  1. 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 locale parameter in the query string to specify the desired language.