Changes

Jump to navigation Jump to search
Line 191: Line 191:  
</syntaxhighlight>
 
</syntaxhighlight>
 
}}
 
}}
  −
==Assets==
  −
===String keys===
  −
A ''string key'' uniquely identifies where to find translatable text, in the form <samp>{{t|asset name}}:{{t|key}}</samp>. For example, <code>Game1.content.LoadString("Strings\\StringsFromCSFiles:spring")</code> will look for a <samp>spring</samp> key in the <samp>Strings\StringsFromCSFiles</samp> file in the content folder (which contains "spring"). This is commonly used in the game code (via <code>Game1.content.LoadString</code>) and in data assets which need translatable text.
      
==Main classes==
 
==Main classes==
translators
8,404

edits

Navigation menu