cancel
Showing results for 
Search instead for 
Did you mean: 

Updating my Google smarthome action

oguz11
Community Member

Hi,

I have a google smarthome action and live. But I need to add one more language, french. In the new developer console, I can not find any settings to add a new language. How to add new language and submit for the certification again ?

thank you
Oguz

1 Recommended Answer

GoogleDevForum
Solutions Expert
Solutions Expert

You are correct, there isn't a specific setting within the Developer console to directly add additional languages like French. The way Google handles multiple languages for Smart Home Actions has changed. You no longer explicitly define each language in the console itself.

Instead, Google relies on the user's device settings. If a user has their Google Assistant and device language set to French, and your Action is properly designed, Google's systems will automatically attempt to use French for interactions. This means you don't submit separate versions for certification for each language.

View Recommended Answer in original post

2 REPLIES 2

GoogleDevForum
Solutions Expert
Solutions Expert

You are correct, there isn't a specific setting within the Developer console to directly add additional languages like French. The way Google handles multiple languages for Smart Home Actions has changed. You no longer explicitly define each language in the console itself.

Instead, Google relies on the user's device settings. If a user has their Google Assistant and device language set to French, and your Action is properly designed, Google's systems will automatically attempt to use French for interactions. This means you don't submit separate versions for certification for each language.

Thats perfect, thank you !