Common WordPress APIs: Internationalization

Поділитися
Вставка
  • Опубліковано 7 жов 2024
  • Internationalization is the process of developing your application in a way it can easily be translated into other languages. WordPress is used all over the world, by people who speak many different languages. If you're building a plugin or theme, you need add any text strings in your code in such a way that they can be easily translated into other languages. The process of translating those strings is known as localization. In this session, we will define what Internationalization and localization is, why it's important, and show you examples of how to implement this in your code.Presentation Slides »
    ---
    View this video and others on WordPress.TV: wordpress.tv/2...

КОМЕНТАРІ • 2

  • @byambaa
    @byambaa Рік тому

    Thank you

  • @elliottrichmondwp
    @elliottrichmondwp Рік тому

    Great workshop, although I used I18n all the time I never realised how the translations where actually implemented, learning about how it was implemented on all themes and plugins was very insightful 🙏👍