Tutorial:Localization 164

From MineTweaker 3
Revision as of 23:27, 1 September 2014 by Primetoxinz (Talk) (Created page with "//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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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");