{"id":19109,"date":"2016-05-13T07:53:18","date_gmt":"2016-05-13T12:53:18","guid":{"rendered":"https:\/\/www.rosehosting.com\/blog\/?p=19109"},"modified":"2022-10-03T08:37:09","modified_gmt":"2022-10-03T13:37:09","slug":"how-to-set-up-system-locale-on-centos-7","status":"publish","type":"post","link":"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-system-locale-on-centos-7\/","title":{"rendered":"How to Set Up System Locale on CentOS 7"},"content":{"rendered":"
<\/div>

\"system<\/p>\n

We’ll show you how to set up system locale on CentOS 7. System locale allows you to specify the language settings for the user interfaces and services running on your system.<\/p>\n

\"install<\/p>\n

How can you change it in CentOS 7? In this tutorial, you will learn how to set up system-wide locale settings on a Linux VPS<\/a> running CentOS 7 as the operating system.<\/p>\n

<\/p>\n

First of all, let’s learn more about the system locale. The system-wide locale settings are stored in a file. The file is \/etc\/locale.conf and this file is read by the systemd daemon at system boot. All the settings specified in this file are inherited by the users on your system and the services running on your system. However, certain system users or services can easily override the specified system locale settings if needed.<\/p>\n

Connect to your CentOS VPS via SSH<\/a> and update your system software to the latest version available before doing anything else. Issue the following command to do that:<\/p>\n

# yum update<\/pre>\n

The update process should take no longer than a few minutes to complete. Once it completes, run the following command to check the system locale specified on your server:<\/p>\n

# localectl status<\/pre>\n

You should see something like the following:<\/p>\n

# localectl status\r\n   System Locale: LANG=en_US.utf8\r\n       VC Keymap: n\/a\r\n      X11 Layout: n\/a\r\n<\/pre>\n

You can check the system locale specified on your CentOS VPS<\/a> by reading the \/etc\/locale.conf file too:<\/p>\n

# cat \/etc\/locale.conf\r\nLANG=en_US.utf8<\/pre>\n

If you want to set up a different system locale on your system you can do that by using the localectl command. First, list the available locales:<\/p>\n

# localectl list-locales<\/pre>\n

The list should be very long. If you want to filter the English locales you can do that using the command below:<\/p>\n

# localectl list-locales | grep en_<\/pre>\n

You should get something like the following:<\/p>\n

# localectl list-locales | grep en_\r\nen_AG\r\nen_AG.utf8\r\nen_AU\r\nen_AU.iso88591\r\nen_AU.utf8\r\nen_BW\r\nen_BW.iso88591\r\nen_BW.utf8\r\nen_CA\r\nen_CA.iso88591\r\nen_CA.utf8\r\nen_DK\r\nen_DK.iso88591\r\nen_DK.utf8\r\nen_GB\r\nen_GB.iso88591\r\nen_GB.iso885915\r\nen_GB.utf8\r\nen_HK\r\n...<\/pre>\n

To set up a specific system locale to be a default one, you can use the localectl command:<\/p>\n

The syntax is the following:<\/p>\n

# localectl set-locale LANG=locale_name<\/pre>\n

Of course, you need to replace locale_name with the default locale you like to set. For example, if you’d like to set en_GB.utf8 as a default system locale you can use the command below:<\/p>\n

# localectl set-locale LANG=en_GB.utf8<\/pre>\n

To check if everything is OK you can run the following command again:<\/p>\n

# localectl status<\/pre>\n

Now, the output should be the same like the following:<\/p>\n

# localectl status\r\n   System Locale: LANG=en_GB.utf8\r\n       VC Keymap: n\/a\r\n      X11 Layout: n\/a\r\n<\/pre>\n

Using localectl you can set up virtual console keyboard mappings on your system too. For more information about what options are available you can use the –help flag:<\/p>\n

# localectl --help<\/pre>\n

The output of the command above should be similar to the following one:<\/p>\n

# localectl --help\r\nlocalectl [OPTIONS...] COMMAND ...\r\n\r\nQuery or change system locale and keyboard settings.\r\n\r\n  -h --help                Show this help\r\n     --version             Show package version\r\n     --no-pager            Do not pipe output into a pager\r\n     --no-ask-password     Do not prompt for password\r\n  -H --host=[USER@]HOST    Operate on remote host\r\n  -M --machine=CONTAINER   Operate on local container\r\n     --no-convert          Don't convert keyboard mappings\r\n\r\nCommands:\r\n  status                   Show current locale settings\r\n  set-locale LOCALE...     Set system locale\r\n  list-locales             Show known locales\r\n  set-keymap MAP [MAP]     Set console and X11 keyboard mappings\r\n  list-keymaps             Show known virtual console keyboard mappings\r\n  set-x11-keymap LAYOUT [MODEL [VARIANT [OPTIONS]]]\r\n                           Set X11 and console keyboard mappings\r\n  list-x11-keymap-models   Show known X11 keyboard mapping models\r\n  list-x11-keymap-layouts  Show known X11 keyboard mapping layouts\r\n  list-x11-keymap-variants [LAYOUT]\r\n                           Show known X11 keyboard mapping variants\r\n  list-x11-keymap-options  Show known X11 keyboard mapping options<\/pre>\n

See Also: How to Set Up System Locale on Ubuntu 16.04<\/a><\/strong><\/p>\n


\n

\"setOf course, you don\u2019t have to set up system locale on CentOS 7, if you use one of our\u00a0Managed CentOS VPS hosting services<\/a>, in which case you can simply ask our expert Linux admins to set up the system locale for you. They are available 24\u00d77 and will take care of your request immediately.<\/p>\n

If you liked this post, on how to set up system locale on CentOS 7,\u00a0 please share it with your friends on social networks or simply leave a reply below. Thanks.<\/p>\n","protected":false},"excerpt":{"rendered":"

We’ll show you how to set up system locale on CentOS 7. System locale allows you to specify the language … <\/p>\n

Read More<\/a><\/p>\n","protected":false},"author":4,"featured_media":23905,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1699,21,13],"tags":[34,1239],"yoast_head":"\nHow to Set Up System Locale on CentOS 7 - RoseHosting<\/title>\n<meta name=\"description\" content=\"How to Set Up System Locale on CentOS 7 - RoseHosting\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-system-locale-on-centos-7\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Set Up System Locale on CentOS 7 - RoseHosting\" \/>\n<meta property=\"og:description\" content=\"How to Set Up System Locale on CentOS 7 - RoseHosting\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-system-locale-on-centos-7\/\" \/>\n<meta property=\"og:site_name\" content=\"RoseHosting\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/RoseHosting\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/rosehosting.helpdesk\" \/>\n<meta property=\"article:published_time\" content=\"2016-05-13T12:53:18+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-10-03T13:37:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2016\/05\/system-locale-centos-7.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Jeff Wilson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@rosehosting\" \/>\n<meta name=\"twitter:site\" content=\"@rosehosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jeff Wilson\" \/>\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:\/\/www.rosehosting.com\/blog\/how-to-set-up-system-locale-on-centos-7\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-system-locale-on-centos-7\/\"},\"author\":{\"name\":\"Jeff Wilson\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713\"},\"headline\":\"How to Set Up System Locale on CentOS 7\",\"datePublished\":\"2016-05-13T12:53:18+00:00\",\"dateModified\":\"2022-10-03T13:37:09+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-system-locale-on-centos-7\/\"},\"wordCount\":500,\"commentCount\":3,\"publisher\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-system-locale-on-centos-7\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2016\/05\/system-locale-centos-7.jpg\",\"keywords\":[\"centos\",\"system locale\"],\"articleSection\":[\"CentOS\",\"Tips and Tricks\",\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-system-locale-on-centos-7\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-system-locale-on-centos-7\/\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-system-locale-on-centos-7\/\",\"name\":\"How to Set Up System Locale on CentOS 7 - RoseHosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-system-locale-on-centos-7\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-system-locale-on-centos-7\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2016\/05\/system-locale-centos-7.jpg\",\"datePublished\":\"2016-05-13T12:53:18+00:00\",\"dateModified\":\"2022-10-03T13:37:09+00:00\",\"description\":\"How to Set Up System Locale on CentOS 7 - RoseHosting\",\"breadcrumb\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-system-locale-on-centos-7\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-system-locale-on-centos-7\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-system-locale-on-centos-7\/#primaryimage\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2016\/05\/system-locale-centos-7.jpg\",\"contentUrl\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2016\/05\/system-locale-centos-7.jpg\",\"width\":1200,\"height\":600,\"caption\":\"how to set up system locale on centos 7\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-system-locale-on-centos-7\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.rosehosting.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Set Up System Locale on CentOS 7\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#website\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/\",\"name\":\"RoseHosting\",\"description\":\"Premium Linux Tutorials Since 2001\",\"publisher\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.rosehosting.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#organization\",\"name\":\"RoseHosting\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png\",\"contentUrl\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png\",\"width\":192,\"height\":192,\"caption\":\"RoseHosting\"},\"image\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/RoseHosting\",\"https:\/\/x.com\/rosehosting\",\"https:\/\/www.linkedin.com\/in\/rosehosting\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713\",\"name\":\"Jeff Wilson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/09271207587f897ab46faaed9b355252?s=96&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/09271207587f897ab46faaed9b355252?s=96&r=g\",\"caption\":\"Jeff Wilson\"},\"description\":\"An experienced Linux veteran with many years of experience. Helping other Linux admins with frequent Linux and business-related blog posts on the RoseHosting blog. Techie by choice. Loving nature and travel. Happily married and father of two lovely children.\",\"sameAs\":[\"https:\/\/www.rosehosting.com\",\"https:\/\/www.facebook.com\/rosehosting.helpdesk\"],\"url\":\"https:\/\/www.rosehosting.com\/blog\/author\/jwilson\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Set Up System Locale on CentOS 7 - RoseHosting","description":"How to Set Up System Locale on CentOS 7 - RoseHosting","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:\/\/www.rosehosting.com\/blog\/how-to-set-up-system-locale-on-centos-7\/","og_locale":"en_US","og_type":"article","og_title":"How to Set Up System Locale on CentOS 7 - RoseHosting","og_description":"How to Set Up System Locale on CentOS 7 - RoseHosting","og_url":"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-system-locale-on-centos-7\/","og_site_name":"RoseHosting","article_publisher":"https:\/\/www.facebook.com\/RoseHosting","article_author":"https:\/\/www.facebook.com\/rosehosting.helpdesk","article_published_time":"2016-05-13T12:53:18+00:00","article_modified_time":"2022-10-03T13:37:09+00:00","og_image":[{"width":1200,"height":600,"url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2016\/05\/system-locale-centos-7.jpg","type":"image\/jpeg"}],"author":"Jeff Wilson","twitter_card":"summary_large_image","twitter_creator":"@rosehosting","twitter_site":"@rosehosting","twitter_misc":{"Written by":"Jeff Wilson","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-system-locale-on-centos-7\/#article","isPartOf":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-system-locale-on-centos-7\/"},"author":{"name":"Jeff Wilson","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713"},"headline":"How to Set Up System Locale on CentOS 7","datePublished":"2016-05-13T12:53:18+00:00","dateModified":"2022-10-03T13:37:09+00:00","mainEntityOfPage":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-system-locale-on-centos-7\/"},"wordCount":500,"commentCount":3,"publisher":{"@id":"https:\/\/www.rosehosting.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-system-locale-on-centos-7\/#primaryimage"},"thumbnailUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2016\/05\/system-locale-centos-7.jpg","keywords":["centos","system locale"],"articleSection":["CentOS","Tips and Tricks","Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.rosehosting.com\/blog\/how-to-set-up-system-locale-on-centos-7\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-system-locale-on-centos-7\/","url":"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-system-locale-on-centos-7\/","name":"How to Set Up System Locale on CentOS 7 - RoseHosting","isPartOf":{"@id":"https:\/\/www.rosehosting.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-system-locale-on-centos-7\/#primaryimage"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-system-locale-on-centos-7\/#primaryimage"},"thumbnailUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2016\/05\/system-locale-centos-7.jpg","datePublished":"2016-05-13T12:53:18+00:00","dateModified":"2022-10-03T13:37:09+00:00","description":"How to Set Up System Locale on CentOS 7 - RoseHosting","breadcrumb":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-system-locale-on-centos-7\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.rosehosting.com\/blog\/how-to-set-up-system-locale-on-centos-7\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-system-locale-on-centos-7\/#primaryimage","url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2016\/05\/system-locale-centos-7.jpg","contentUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2016\/05\/system-locale-centos-7.jpg","width":1200,"height":600,"caption":"how to set up system locale on centos 7"},{"@type":"BreadcrumbList","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-system-locale-on-centos-7\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.rosehosting.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Set Up System Locale on CentOS 7"}]},{"@type":"WebSite","@id":"https:\/\/www.rosehosting.com\/blog\/#website","url":"https:\/\/www.rosehosting.com\/blog\/","name":"RoseHosting","description":"Premium Linux Tutorials Since 2001","publisher":{"@id":"https:\/\/www.rosehosting.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.rosehosting.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.rosehosting.com\/blog\/#organization","name":"RoseHosting","url":"https:\/\/www.rosehosting.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png","contentUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png","width":192,"height":192,"caption":"RoseHosting"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/RoseHosting","https:\/\/x.com\/rosehosting","https:\/\/www.linkedin.com\/in\/rosehosting\/"]},{"@type":"Person","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713","name":"Jeff Wilson","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/09271207587f897ab46faaed9b355252?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/09271207587f897ab46faaed9b355252?s=96&r=g","caption":"Jeff Wilson"},"description":"An experienced Linux veteran with many years of experience. Helping other Linux admins with frequent Linux and business-related blog posts on the RoseHosting blog. Techie by choice. Loving nature and travel. Happily married and father of two lovely children.","sameAs":["https:\/\/www.rosehosting.com","https:\/\/www.facebook.com\/rosehosting.helpdesk"],"url":"https:\/\/www.rosehosting.com\/blog\/author\/jwilson\/"}]}},"_links":{"self":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/19109"}],"collection":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/comments?post=19109"}],"version-history":[{"count":3,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/19109\/revisions"}],"predecessor-version":[{"id":43235,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/19109\/revisions\/43235"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/media\/23905"}],"wp:attachment":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/media?parent=19109"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/categories?post=19109"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/tags?post=19109"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}