[ARCHIVED] Identify the language of user with JS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2016
10:00 AM
Hello Canvas gurus!
We are trying to identify the variable that keeps the language set by the student on their profile. We used to use the variable ENV.LOCALE to identify the student profile language and it used to work fine but not on the new UI.
This is an example of the code we used to have on the old interface but it's not working on the new UI.
if (ENV.LOCALE === "es_ES") {
// Spanish text
} else if (ENV.LOCALE === "en_US") {
// English text
}
Any help will be appreciated!
Thanks!
@xcotto @farbelaez
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2016
03:18 PM
Community,
We were able to complete this task changing the value of the variable for two letters.
Hope this helps anybody else.
@xcotto
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.