Localization
Introduction to Localization
In this tutorial series, we will explore how to accomplish Localization with the Quicksave Toolkit. We will use the UI Editor to setup our layouts and then dive into the codebase to dynamically set the locale based on the user's own client settings.
Localization Layout
We will setup our layout's text nodes which will use Quicksave's tag system for localization and transforming whole text or partial text strings. We will also learn how to preview localized layouts by adding our language files into the UI Editor.
Localization Client Code
We will dive into code and explore how we can set the correct language JSON file based on the user's own client settings.