Talk:Languages: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 45: Line 45:
</syntaxhighlight>}}
</syntaxhighlight>}}


Note the languages that appears in the list has a weird order (not chronologicall, not alphabeticall), so is better to look at the list of languages that appears in every one of the xml's associated with an specific language, as example, the xml for english contains this list:
The languages that appears in the list has a weird order (not chronological, not alphabetical), so is better to look at the list of languages that appears in every one of the xml's associated with an specific language, as example in firmware 4.70 all the xml's for all languages contains this list (exactly the same content in all them):


Note are the same names used in the RCOXML, but here are ordered chronologically
Note are the same names used in the RCOXML, but this ones are ordered chronologically


{{Boxcode|content=<syntaxhighlight lang="xml">
{{Boxcode|content=<syntaxhighlight lang="xml">

Revision as of 22:18, 23 March 2015

Language letter codes

Languages can be selected on XMB Settings column, and are managed by strviewer_plugin.sprx and his associated strviewer_plugin.rco

By looking at the RCOXML inside strviewer_plugin.rco (in the name="page_strviewer_lang" page under the ObjectTree list) it can be seen the firmware internal identifyers for the languages

As an example... for korean, the item responsible to make appear the korean language as an option in setting column is name="menu_item_ko" and the text string associated is text="text:lang_ko"

Code Sample

The languages that appears in the list has a weird order (not chronological, not alphabetical), so is better to look at the list of languages that appears in every one of the xml's associated with an specific language, as example in firmware 4.70 all the xml's for all languages contains this list (exactly the same content in all them):

Note are the same names used in the RCOXML, but this ones are ordered chronologically

Code Sample