Can I build my own language selector?
Yes, you can build your own language selector to trigger the translations served from GlobalLink Web. If you choose to build your own selector, please note that it must meet two functional requirements:
1) It must trigger your deployment method.
- On the Go Tier, you will be using a cookie deployment by default. Upon language selection, your selector must set the GlobalLink Web cookie in the user's browser.
- The name of the GlobalLink Web cookie is langPref and value for each language can be found (and customized) on your Project Settings > Installation page.
2) It must refresh the page.