01-30-2018 12:18
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

01-30-2018 12:18
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Is there a build in way to handle localizations? At the moment the thing I have found is the localization of the app title only...

01-30-2018 13:19 - edited 01-30-2018 13:19
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

SunsetRunner
01-30-2018 13:19 - edited 01-30-2018 13:19
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
There is no mechanism to help localization of applications or clock faces right now. I guess that right now, the best way is to have dynamic text using dictionnaries in the JavaScript. You can retrieve the user's language by using the User-settings API.

