Example #1
0
    void Awake()
    {
        string newText = LocaleManager.Get(Locale);

        GetComponent <Text>().text = LocaleManager.Get(Locale);
    }