How to change Apple Watch's app language in code?

151 views Asked by At

I would like to change Watch OS app language in code. How to do it? I want to change app's interface orientation to right-to-left if language needs it too. Is it possible? Will it be automatic?

1

There are 1 answers

1
Curiosity On

The user is always in control of the system language and preferred app language. To respond to the language they set, use localizedString(forKey:value:table:). For interfaces displaying right-to-left languages, see setSemanticContentAttribute(_:).