Set regional/locale settings when casting to Google Nest Hub

Is there a way to set language/regional/locale settings when casting a lovelace view to Google Nest Hub? Currently, when I cast to the Hub, the views seem to use US locale (so I get non-Norwegian settings for decimal and thousands separators, language, etc.).

I use this script to cast the lovelace view:

cast_home_assistant_to_nest_hub:
  alias: Cast Home Assistant to Nest Hub
  sequence:
    - service: cast.show_lovelace_view
      data:
        dashboard_path: lovelace-hub
        view_path: home
        entity_id: media_player.nesthubxxxx

In case anyone should wonder:

The solution is to set the language of the hub. I followed the solution posted by user metsam: