Title: Change default language
Last modified: April 4, 2020

---

# Change default language

 *  Resolved [ludvighoel](https://wordpress.org/support/users/ludvighoel/)
 * (@ludvighoel)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/change-default-language-6/)
 * How can I change language and default country to another (norwegian) in the paypal
   button and card payments at the checkout page? The one-click-option also display
   English text. When customers are going to the checkout and all order details 
   are filled in, they have the option to pay via PayPal or Card (via PayPal). But
   here the default country is US, which also affect the text displayed (which is
   displayed in English).
 * I cant see any localization option anywere either. And the geo-localization doesnt
   change anything. And since the plugin doesnt require coding Im aboslutely blank.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fchange-default-language-6%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Thread Starter [ludvighoel](https://wordpress.org/support/users/ludvighoel/)
 * (@ludvighoel)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/change-default-language-6/#post-12626861)
 * OOOOOHHHHH MYYYY GOOOD. I fixed it.
 * add_filter(‘woocommerce_paypal_express_checkout_paypal_locale’,’set_default_language_paypal_express’);
 * function set_default_language_paypal_express()
    { return ‘no_NO’; }
 * Source: [https://github.com/woocommerce/woocommerce-gateway-paypal-express-checkout/issues/611](https://github.com/woocommerce/woocommerce-gateway-paypal-express-checkout/issues/611)

Viewing 1 replies (of 1 total)

The topic ‘Change default language’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/woocommerce-gateway-paypal-express-
   checkout_b298d1.svg)
 * [WooCommerce PayPal Checkout Payment Gateway](https://wordpress.org/plugins/woocommerce-gateway-paypal-express-checkout/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-gateway-paypal-express-checkout/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-gateway-paypal-express-checkout/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-gateway-paypal-express-checkout/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-gateway-paypal-express-checkout/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-gateway-paypal-express-checkout/reviews/)

## Tags

 * [language](https://wordpress.org/support/topic-tag/language/)
 * [Localization](https://wordpress.org/support/topic-tag/localization/)
 * [paypal](https://wordpress.org/support/topic-tag/paypal/)

 * 1 reply
 * 1 participant
 * Last reply from: [ludvighoel](https://wordpress.org/support/users/ludvighoel/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/change-default-language-6/#post-12626861)
 * Status: resolved