{"id":6736,"date":"2025-09-08T08:21:33","date_gmt":"2025-09-08T08:21:33","guid":{"rendered":"https:\/\/poeditor.com\/blog\/?p=6736"},"modified":"2025-09-08T08:21:34","modified_gmt":"2025-09-08T08:21:34","slug":"ui-localization","status":"publish","type":"post","link":"https:\/\/poeditor.com\/blog\/ui-localization\/","title":{"rendered":"UI localization: How to get it right"},"content":{"rendered":"\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"897\" src=\"https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2025\/09\/UI-localization-1024x897.png\" alt=\"UI localization\" class=\"wp-image-6739\" srcset=\"https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2025\/09\/UI-localization-1024x897.png 1024w, https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2025\/09\/UI-localization-300x263.png 300w, https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2025\/09\/UI-localization-768x672.png 768w, https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2025\/09\/UI-localization-1536x1345.png 1536w, https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2025\/09\/UI-localization.png 1600w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>One of the trickiest parts of (global) product design is UI localization. If you&#8217;re not lazy about it, it means so much more than just translating words on a button. You also have to make sure your interface feels natural, usable, and culturally relevant in every language you support. That takes time and resources, but it definitely pays off. Here&#8217;s what you need to know.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What Is UI localization?<\/h2>\n\n\n\n<p>UI localization is the adaptation of the user interface so that it works perfectly across different languages and cultures. This involves translating text, sure, but also adjusting layouts, icons, colors, images, date and number formats, and even the way users navigate your app.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Why does it matter?<\/h4>\n\n\n\n<p>Localization does many things:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Makes your product easy to understand and use worldwide.<\/li>\n\n\n\n<li>Builds trust by respecting cultural norms and expectations.<\/li>\n\n\n\n<li>Helps you enter new markets and grow your audience.<\/li>\n\n\n\n<li>Boosts user engagement by giving people an experience that feels familiar.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">How to nail UI localization<\/h2>\n\n\n\n<p>Let&#8217;s look at the some <a href=\"\/blog\/localization-strategy\/\">strategies<\/a> that can help you localize the user interface.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Internationalization, always the first step<\/h4>\n\n\n\n<p>Localization should always be the core part of your design and development process. Identify every piece of user-facing text like buttons, error messages, tooltips, popup confirmations, and more. Afterwards, move these into external resource files (called strings). This separation means translations can be updated without touching your code.<\/p>\n\n\n\n<p>Make sure to <a href=\"\/blog\/importance-of-context-in-translation\/\">provide context<\/a> for each string, such as where it appears and any length limits. The more context translators have, the fewer mistakes they\u2019ll make. When you plan early, you get to build your product with flexible layouts that can handle longer text expansions common in some languages. Consequently, your UI won&#8217;t break or clip when translated.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Use flexible layouts<\/h4>\n\n\n\n<p>Languages vary drastically in text length, and we actually addressed this in our article on <a href=\"\/blog\/text-expansion-and-contraction-localization\/\">text expansion and contraction<\/a>. For example, German or Finnish translations can be 30\u201350% longer than the English original. To avoid UI glitches, you should design your layout to be flexible and responsive. Fixed-width buttons or text fields are to be avoided; instead, use elements that expand or contract dynamically.<\/p>\n\n\n\n<p>Test with <a href=\"\/blog\/what-is-pseudolocalization\/\">pseudolocalization<\/a>, as in replace your text with longer, accented characters to simulate the length and complexity of other languages and identify layout weak spots. Keep multi-line support ready for pop-ups and modals since translated phrases might not fit all on one line.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Support Right-to-Left languages<\/h4>\n\n\n\n<p>Some languages (e.g., Arabic, Hebrew, and Persian) read from <a href=\"\/blog\/rtl-localization\/\">right to left<\/a>, which affects your whole UI layout. Along with translating text, you also have to mirror entire interface components: navigation bars, icons, padding, and text alignment flip. Early preparation for RTL support prevents expensive redesigns later. Some UI frameworks let you toggle mirroring automatically, but make sure your icons and micro-interactions still make sense when flipped. Ideally, build bi-directional layouts that support both LTR and RTL seamlessly.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Localize imagery, iconography, and colors<\/h4>\n\n\n\n<p><a href=\"\/blog\/image-localization\/\">Images<\/a>, icons, symbols, and <a href=\"\/blog\/color-symbolism-localization\/\">colors<\/a> will also require localization. You&#8217;ll need to use culturally appropriate visuals or alternative icons and images per region. For example, it would be nice if the photos with people represented local demographics. Furthermore, the color palettes should respect the local cultural symbolism. Aim for universality or customizable visual assets.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Adapt date, time, number, and currency formats<\/h4>\n\n\n\n<p>Display data like <a href=\"\/blog\/date-and-time-localization\/\">date &amp; time<\/a>, <a href=\"\/blog\/number-localization\/\">numbers<\/a>, and <a href=\"\/blog\/currency-localization\/\">currencies<\/a> in ways familiar to your user&#8217;s culture. Date formats vary widely, and number formatting disagrees on thousands separators and decimals. Currency should adjust dynamically based on locale, including symbol placement and conversion. In addition, you have local units, like kilometers vs. miles or Celsius vs. Fahrenheit. Use internationalization libraries or ICU message formats that manage these variations programmatically to avoid errors or confusion.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Use Unicode and proper fonts<\/h4>\n\n\n\n<p>Your UI must handle a diverse set of characters and scripts. Use Unicode encoding (<a href=\"\/blog\/utf-8-internationalization\/\">UTF-8<\/a>) universally so that characters display correctly across languages. Choose <a href=\"\/blog\/multilingual-fonts\/\">fonts that support multiple scripts<\/a> and accommodate the reading preferences of your target locales. Different scripts require different typographic considerations, and good font choice keeps text legible and visually consistent.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Let users pick their language easily<\/h4>\n\n\n\n<p>Don\u2019t assume location or browser settings always reflect a user\u2019s language choice. It&#8217;s best to provide a simple and obvious way for users to switch languages anytime from your site or app. Persist their preference with cookies or app settings so they don\u2019t have to reset every time. Avoid auto-redirects that frustrate users trying to access content in multiple languages.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Takeaways<\/h2>\n\n\n\n<p>If you follow these deeper insights, you can definitely make your UI localization process smoother and your product more welcoming to audiences worldwide. It&#8217;s important to give your users an entire experience that feels thoughtfully tailored for them, wherever they may be, not just the words.<\/p>\n\n\n<div class=\"call-action my-4 d-flex justify-content-between align-items-md-center gap-4 flex-column flex-lg-row\"><div><h3 class=\"fs-4\">Ready to power up localization?<\/h3><span class=\"fs-6\">Subscribe to the POEditor platform today!<\/span><\/div><a class=\"btn btn-b-primary d-flex align-items-center justify-content-center px-4 py-3 flex-shrink-0\" \n\t\t\t\t\thref=\"https:\/\/poeditor.com\/pricing\/?utm_source=blog&#038;utm_medium=btn&#038;utm_campaign=cta_pricing\">See pricing<\/a><\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>One of the trickiest parts of (global) product design is UI localization. If you&#8217;re not lazy about it, it means so much more than just translating words on a button. You also have to make sure your interface feels natural, usable, and culturally relevant in every language you support. That takes time and resources, but [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[17],"tags":[],"class_list":["post-6736","post","type-post","status-publish","format-standard","hentry","category-localization"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>UI localization: How to get it right - POEditor Blog<\/title>\n<meta name=\"description\" content=\"Discover essential UI localization best practices to create user interfaces that feel native and intuitive worldwide.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/poeditor.com\/blog\/ui-localization\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"UI localization: How to get it right - POEditor Blog\" \/>\n<meta property=\"og:description\" content=\"Discover essential UI localization best practices to create user interfaces that feel native and intuitive worldwide.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/poeditor.com\/blog\/ui-localization\/\" \/>\n<meta property=\"og:site_name\" content=\"POEditor Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/POEditor\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-08T08:21:33+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-08T08:21:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2025\/09\/UI-localization.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"1401\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Mirela\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@poeditor\" \/>\n<meta name=\"twitter:site\" content=\"@poeditor\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Mirela\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/ui-localization\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/ui-localization\\\/\"},\"author\":{\"name\":\"Mirela\",\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/#\\\/schema\\\/person\\\/6a85f18ccb24eb15a62355922ef34bd9\"},\"headline\":\"UI localization: How to get it right\",\"datePublished\":\"2025-09-08T08:21:33+00:00\",\"dateModified\":\"2025-09-08T08:21:34+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/ui-localization\\\/\"},\"wordCount\":842,\"publisher\":{\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/ui-localization\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/UI-localization-1024x897.png\",\"articleSection\":[\"Localization\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/ui-localization\\\/\",\"url\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/ui-localization\\\/\",\"name\":\"UI localization: How to get it right - POEditor Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/ui-localization\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/ui-localization\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/UI-localization-1024x897.png\",\"datePublished\":\"2025-09-08T08:21:33+00:00\",\"dateModified\":\"2025-09-08T08:21:34+00:00\",\"description\":\"Discover essential UI localization best practices to create user interfaces that feel native and intuitive worldwide.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/ui-localization\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/poeditor.com\\\/blog\\\/ui-localization\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/ui-localization\\\/#primaryimage\",\"url\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/UI-localization.png\",\"contentUrl\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/UI-localization.png\",\"width\":1600,\"height\":1401,\"caption\":\"UI localization\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/ui-localization\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"UI localization: How to get it right\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/\",\"name\":\"POEditor Blog\",\"description\":\"All about translation and localization management\",\"publisher\":{\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/#organization\",\"name\":\"POEditor\",\"url\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/11\\\/logo_head_512_transparent.png\",\"contentUrl\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/11\\\/logo_head_512_transparent.png\",\"width\":512,\"height\":512,\"caption\":\"POEditor\"},\"image\":{\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/POEditor\",\"https:\\\/\\\/x.com\\\/poeditor\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/poeditor\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCXAk1u8N49VRMAqNneENCFA\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/#\\\/schema\\\/person\\\/6a85f18ccb24eb15a62355922ef34bd9\",\"name\":\"Mirela\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/48ad917fc39b526701e6811cdd80b11584aeb54b8bc6c2f99a5c6ecf944ed5ae?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/48ad917fc39b526701e6811cdd80b11584aeb54b8bc6c2f99a5c6ecf944ed5ae?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/48ad917fc39b526701e6811cdd80b11584aeb54b8bc6c2f99a5c6ecf944ed5ae?s=96&d=mm&r=g\",\"caption\":\"Mirela\"},\"url\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/author\\\/mirela\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"UI localization: How to get it right - POEditor Blog","description":"Discover essential UI localization best practices to create user interfaces that feel native and intuitive worldwide.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/poeditor.com\/blog\/ui-localization\/","og_locale":"en_US","og_type":"article","og_title":"UI localization: How to get it right - POEditor Blog","og_description":"Discover essential UI localization best practices to create user interfaces that feel native and intuitive worldwide.","og_url":"https:\/\/poeditor.com\/blog\/ui-localization\/","og_site_name":"POEditor Blog","article_publisher":"https:\/\/www.facebook.com\/POEditor","article_published_time":"2025-09-08T08:21:33+00:00","article_modified_time":"2025-09-08T08:21:34+00:00","og_image":[{"width":1600,"height":1401,"url":"https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2025\/09\/UI-localization.png","type":"image\/png"}],"author":"Mirela","twitter_card":"summary_large_image","twitter_creator":"@poeditor","twitter_site":"@poeditor","twitter_misc":{"Written by":"Mirela","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/poeditor.com\/blog\/ui-localization\/#article","isPartOf":{"@id":"https:\/\/poeditor.com\/blog\/ui-localization\/"},"author":{"name":"Mirela","@id":"https:\/\/poeditor.com\/blog\/#\/schema\/person\/6a85f18ccb24eb15a62355922ef34bd9"},"headline":"UI localization: How to get it right","datePublished":"2025-09-08T08:21:33+00:00","dateModified":"2025-09-08T08:21:34+00:00","mainEntityOfPage":{"@id":"https:\/\/poeditor.com\/blog\/ui-localization\/"},"wordCount":842,"publisher":{"@id":"https:\/\/poeditor.com\/blog\/#organization"},"image":{"@id":"https:\/\/poeditor.com\/blog\/ui-localization\/#primaryimage"},"thumbnailUrl":"https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2025\/09\/UI-localization-1024x897.png","articleSection":["Localization"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/poeditor.com\/blog\/ui-localization\/","url":"https:\/\/poeditor.com\/blog\/ui-localization\/","name":"UI localization: How to get it right - POEditor Blog","isPartOf":{"@id":"https:\/\/poeditor.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/poeditor.com\/blog\/ui-localization\/#primaryimage"},"image":{"@id":"https:\/\/poeditor.com\/blog\/ui-localization\/#primaryimage"},"thumbnailUrl":"https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2025\/09\/UI-localization-1024x897.png","datePublished":"2025-09-08T08:21:33+00:00","dateModified":"2025-09-08T08:21:34+00:00","description":"Discover essential UI localization best practices to create user interfaces that feel native and intuitive worldwide.","breadcrumb":{"@id":"https:\/\/poeditor.com\/blog\/ui-localization\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/poeditor.com\/blog\/ui-localization\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/poeditor.com\/blog\/ui-localization\/#primaryimage","url":"https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2025\/09\/UI-localization.png","contentUrl":"https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2025\/09\/UI-localization.png","width":1600,"height":1401,"caption":"UI localization"},{"@type":"BreadcrumbList","@id":"https:\/\/poeditor.com\/blog\/ui-localization\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/poeditor.com\/blog\/"},{"@type":"ListItem","position":2,"name":"UI localization: How to get it right"}]},{"@type":"WebSite","@id":"https:\/\/poeditor.com\/blog\/#website","url":"https:\/\/poeditor.com\/blog\/","name":"POEditor Blog","description":"All about translation and localization management","publisher":{"@id":"https:\/\/poeditor.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/poeditor.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/poeditor.com\/blog\/#organization","name":"POEditor","url":"https:\/\/poeditor.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/poeditor.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2019\/11\/logo_head_512_transparent.png","contentUrl":"https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2019\/11\/logo_head_512_transparent.png","width":512,"height":512,"caption":"POEditor"},"image":{"@id":"https:\/\/poeditor.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/POEditor","https:\/\/x.com\/poeditor","https:\/\/www.linkedin.com\/company\/poeditor\/","https:\/\/www.youtube.com\/channel\/UCXAk1u8N49VRMAqNneENCFA"]},{"@type":"Person","@id":"https:\/\/poeditor.com\/blog\/#\/schema\/person\/6a85f18ccb24eb15a62355922ef34bd9","name":"Mirela","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/48ad917fc39b526701e6811cdd80b11584aeb54b8bc6c2f99a5c6ecf944ed5ae?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/48ad917fc39b526701e6811cdd80b11584aeb54b8bc6c2f99a5c6ecf944ed5ae?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/48ad917fc39b526701e6811cdd80b11584aeb54b8bc6c2f99a5c6ecf944ed5ae?s=96&d=mm&r=g","caption":"Mirela"},"url":"https:\/\/poeditor.com\/blog\/author\/mirela\/"}]}},"_links":{"self":[{"href":"https:\/\/poeditor.com\/blog\/wp-json\/wp\/v2\/posts\/6736","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/poeditor.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/poeditor.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/poeditor.com\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/poeditor.com\/blog\/wp-json\/wp\/v2\/comments?post=6736"}],"version-history":[{"count":3,"href":"https:\/\/poeditor.com\/blog\/wp-json\/wp\/v2\/posts\/6736\/revisions"}],"predecessor-version":[{"id":6740,"href":"https:\/\/poeditor.com\/blog\/wp-json\/wp\/v2\/posts\/6736\/revisions\/6740"}],"wp:attachment":[{"href":"https:\/\/poeditor.com\/blog\/wp-json\/wp\/v2\/media?parent=6736"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/poeditor.com\/blog\/wp-json\/wp\/v2\/categories?post=6736"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/poeditor.com\/blog\/wp-json\/wp\/v2\/tags?post=6736"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}