-
Is there an API available to retrieve the currently configured language in OVOS? |
Beta Was this translation helpful? Give feedback.
Answered by
JarbasAl
Mar 12, 2024
Replies: 2 comments
-
In a skill you can use self.lang , that will always reflect the current language for the received utterance in your intent |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JarbasAl
-
Perfect ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In a skill you can use self.lang , that will always reflect the current language for the received utterance in your intent