{"section":"tutorials","requestedLocale":"en","requestedSlug":"set-the-store-display-language","locale":"en","slug":"set-the-store-display-language","path":"docs/en/tutorials/storefront/store-settings---storefront/set-the-store-display-language.md","branch":"main","content":"If you wish to change the display texts of your store, see the questions to consider in this article.\n\n### Store Texts (XML Text)\n\nMost of the texts that appear in the store are rendered from the variables that are in the __Store Texts__ section, inside the Catalog.\n\nYou can refer to these variables on the Admin VTEX menu by accessing **Store Settings > Storefront > Settings**, and then clicking the __STORE TEXTS__ tab.\n\n### Checkout\n\nThe checkout language is defined by the trade policy.\n\nTherefore, to translate it you need to change the value of the __Culture Info__ field in the trade policy registration screen.\n\nIf you want the language to be English for any scenario, for example, change the Culture Info of all store policies to `en-us`.\n\nTo do so, follow the steps below:\n\n1. Still in **Store Settings**, go to **Channels** and click on __Trade Policies__.\n2. Choose the desired trade policy and click __Edit__.\n3. Change the __Locale__ field to the language you want.\n4. Click `Save`.\n\n### Front-end\n\nSome store texts are not rendered by internal variables nor defined by the trade policy. For these cases, you need to manipulate the texts in the front-end with JavaScript or, preferably (because it's a simpler method), manipulating the CSS."}