Hello Ry,
We'll have to check on this and get back to you. Do you know of a method of detecting region already (outside of SmartBuilder)? Is the hosting environment already aware of the region? It seems there are two parts to this:
- Detect region
- Inform SmartBuilder
#2 should be easy once you figure out #1.
If the hosting environment is aware of the region, when it launches the lesson, it can pass along a parameter, like so: https://example.com/lesson/index.html?region=us and SB can get that "region" launch parameter.
If that's not an option, then you might be able to find some 3rd-party IP detection service (for example -
https://ip2location.com/ ), and then getting it to talk to SB should be fairly easy.
Let us know what you're working with, and we can go from there!