Tutorial:Localization 164

From MineTweaker 3
Revision as of 23:28, 1 September 2014 by Primetoxinz (Talk)

Jump to: navigation, search

//LanguageCode, KEY, TEXT (The override will ONLY apply in the specified language)

game.setLocalisation("en_US", "nei.inventory.prev", "Past");
//KEY, TEXT - You will want to use this one most of the time, it overrides no matter the language
game.setLocalisation("nei.inventory.next", "Future");