09-28-2025 06:16 PM
i user smart home api develop and cloud to cloud integration.
the toggle can not show ja langue on the ios google home app,but it work well on android
the sync json as flow:
"availableToggles": [
{
"name": "SetCtrlAc",
"name_values": [
{
"lang": "de",
"name_synonym": [
"Wechselstrom"
]
},
{
"lang": "en",
"name_synonym": [
"AC"
]
},
{
"lang": "ja",
"name_synonym": [
"交流電流"
]
}
]
},
Answered! Go to the Recommended Answer.
09-29-2025 12:14 PM
Your toggle configuration looks correct. This is a known platform-specific issue where iOS doesn't display the toggle language properly even though Android works fine.
iOS Google Home app doesn't correctly render the name_values with lang attributes for toggles, even when the SYNC response is properly formatted.
What to check:
lang field should use ISO 639-1 codes ("de", "en", "ja" are correct)name_synonym array has at least one entry per languageSince this is an iOS-specific rendering bug, there's no immediate fix on the integration side. The toggle will still function correctly via voice commands in the appropriate language, it just won't display the localized name in the iOS UI.
File a bug report through the iOS Google Home app so this gets prioritized for the iOS team.
09-30-2025 01:47 AM
thanks
ios app have updated to the latest version,
the lang and name_synonym is all right .because it work well on android.
how can i report it to the ios team
10-02-2025 09:28 AM
To report this iOS rendering bug to the iOS team:
Within the iOS Google Home app:
Make sure to mention:
The feedback goes directly to the product team and helps prioritize iOS-specific bugs.
09-28-2025 06:21 PM
https://tutranscript.com/ Is this useful
09-29-2025 12:14 PM
Your toggle configuration looks correct. This is a known platform-specific issue where iOS doesn't display the toggle language properly even though Android works fine.
iOS Google Home app doesn't correctly render the name_values with lang attributes for toggles, even when the SYNC response is properly formatted.
What to check:
lang field should use ISO 639-1 codes ("de", "en", "ja" are correct)name_synonym array has at least one entry per languageSince this is an iOS-specific rendering bug, there's no immediate fix on the integration side. The toggle will still function correctly via voice commands in the appropriate language, it just won't display the localized name in the iOS UI.
File a bug report through the iOS Google Home app so this gets prioritized for the iOS team.
09-30-2025 01:47 AM
thanks
ios app have updated to the latest version,
the lang and name_synonym is all right .because it work well on android.
how can i report it to the ios team
10-02-2025 09:28 AM
To report this iOS rendering bug to the iOS team:
Within the iOS Google Home app:
Make sure to mention:
The feedback goes directly to the product team and helps prioritize iOS-specific bugs.