Internationalization
Homey Apps support internationalization so that users can use your app in their native language.
{
"title": "Hello World",
"greeting": "Hello, __name__",
"settings": {
"title": "My Title",
"intro": "This is an example page."
},
"pair": {
"press_button": "Press the `pair` button on your device."
}
}{
"title": "Hallo Wereld",
"greeting": "Hallo, __name__",
"settings": {
"title": "Mijn Titel",
"intro": "Dit is een voorbeeld pagina."
},
"pair": {
"press_button": "Druk op de `pair` knop op jou apparaat."
}
}The translation object
Temperature conversion
Supported Languages
Translating a string from your app
Translating a string in Custom views
Right-to-Left (RTL) and Arabic Language Support
Built-in Pairing Views
Custom Pairing Views
Translating with OpenAI
Last updated
Was this helpful?