Jump to content

Localized string

From Battle Cats Game Modding Wiki
Revision as of 08:32, 6 September 2025 by Fieryhenry (talk | contribs) (Created page with "A localized string is a string which is identified by a string key. When the game wants to display the text, it looks in localizable.tsv and takes the value associated with the key. Category:Game data")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A localized string is a string which is identified by a string key. When the game wants to display the text, it looks in localizable.tsv and takes the value associated with the key.