Difference between revisions of "Language"

From BotF2-Wiki
Jump to: navigation, search
(Hard Coded (not changeable))
(Hard Coded (not changeable))
 
Line 88: Line 88:
 
|style=text-align:left|
 
|style=text-align:left|
 
|style=text-align:left|statusWindow.Header = "Loading";
 
|style=text-align:left|statusWindow.Header = "Loading";
|style=text-align:left|
 
 
|-
 
|style=text-align:left|UNLOAD ALL ORDINANCE ON PLANET (and others)
 
|style=text-align:left|\Mainline\SupremacyClient\Views\SystemAssaultScreen\ChooseAssaultActionView.xaml
 
|style=text-align:left|
 
|style=text-align:left|<scc:GameButton Label="UNLOAD ALL ORDINANCE ON PLANET"
 
 
|style=text-align:left|
 
|style=text-align:left|
  
 
|}
 
|}

Latest revision as of 15:03, 5 November 2017

basic language is English

Matress vote was in 2010 not to translate until the game is finished - so translated versions are not supported until then !

Thread:


Other languages


  • \Data
    • many files
  • \Strings
    • en.txt
  • \Tables
    • BonusDescriptions.txt
  • \Text
    • all files (*.xaml)


OPEN (where to change)

Text File Function code text Description Custom1 Custom2


pattern \Mainline\SupremacyClient\themes\Federation\GalaxyScreenView.xaml text

Hard Coded (not changeable)

Text File Function code text Description Custom1 Custom2
Processing Turn \Mainline\SupremacyClient\StatusWindow.xaml.cs Header = "Processing Turn";
Loading \Mainline\SupremacyClient\ClientModule.cs statusWindow.Header = "Loading";