How to find the language string list in addon.xml

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
koalahong Offline
Junior Member
Posts: 1
Joined: Jan 2010
Reputation: 0
Location: Hsin-chu,Taiwan
Post: #1
I try to translate XBMC to Triditional Chinese recently.

When I want to translate the addon description in addon.xml.
I found I need to know the country code in lang=xx.
For example Simple Chinese use:
Quote:<description lang="zh">....</description>

How can I find the xx for Traditional Chinese?
I tried zh_tw and zh-tw, they all won't take effective.
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,186
Joined: Nov 2003
Reputation: 82
Post: #2
we use the same as the one set as dvdaudiolang in langinfo.xml

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote