Languages: Difference between revisions
(moved from "Talk:Resource Container (RCO)" page) |
|||
Line 13: | Line 13: | ||
==Epilepsy warning removing/replacing== | ==Epilepsy warning removing/replacing== | ||
Needed to cleanup later, im not so sure if all that was posted here was just an example of how to remove the epilepsy warning or if there is something more interesting--[[User:Sandungas|Sandungas]] ([[User talk:Sandungas|talk]]) 14:20, 2 March 2015 (EST) | Needed to cleanup later, im not so sure if all that was posted here was just an example of how to remove the epilepsy warning or if there is something more interesting--[[User:Sandungas|Sandungas]] ([[User talk:Sandungas|talk]]) 14:20, 2 March 2015 (EST) | ||
<div style="height:450px; overflow:auto"> | <div style="height:450px; overflow:auto"> | ||
Content included in the sysconf_plugin.rco (cfw rogero 4.55 v1.0 version 4.55+) | Content included in the sysconf_plugin.rco (cfw rogero 4.55 v1.0 version 4.55+) | ||
{{Boxcode|content=<syntaxhighlight lang="xml"> | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
Line 2,211: | Line 2,211: | ||
<Text name="msg_bd_lang_zun">Zuni</Text> | <Text name="msg_bd_lang_zun">Zuni</Text> | ||
</TextLang> | </TextLang> | ||
</syntaxhighlight>}} | |||
</div> | </div> | ||
==etc...== | ==etc...== | ||
{{File Formats}}<noinclude>[[Category:Main]]</noinclude> | {{File Formats}}<noinclude>[[Category:Main]]</noinclude> |
Revision as of 20:25, 2 March 2015
Description
The PS3 has multi language support, all the texts are stored inside Resource Container (RCO) files, and are loaded based on a user setting stored in XRegistry.sys
XMB can be configured to display the texts in several languages, every language uses a internall code to identify it (usually the number code), this same language codes are used in contents that contains several languages availabes (like games, trophy installers, themes, etc...). Template:XMB languages
Language Modifications
All modifications made to the <language>.xml files extracted from RCO's with rcomage belongs to this category
How to add custom texts
Rebug package manager example goes here
Epilepsy warning removing/replacing
Needed to cleanup later, im not so sure if all that was posted here was just an example of how to remove the epilepsy warning or if there is something more interesting--Sandungas (talk) 14:20, 2 March 2015 (EST)
Content included in the sysconf_plugin.rco (cfw rogero 4.55 v1.0 version 4.55+)
Code Sample
etc...
|