Posted July 24, 201510 yr I am just wondering how I could use localization more. I've made an attempt to use it with a configuration file as it stands, but I can't find any doc on localization. So far I've only been able to find localization for creative taps, blocks and items
July 24, 201510 yr You can use StatCollector.translateToLocal to translate a key (e.g. "translation.test.none") to the current language. Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.
July 24, 201510 yr Author You can use StatCollector.translateToLocal to translate a key (e.g. "translation.test.none") to the current language. think I use it wrong or something for I tried to print it to see what it gave me and it just gives me the key I wrote --EDIT also if I try StatCollector.canTranslate("translation.test.none") it returns false on the key --EDIT omg never mind I just had assets spelled wrong, it works now Thanks
July 24, 201510 yr Also note that any ChatComponentTranslation 's sent from server to client will use the client's locale.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.