quote:
Originally posted by blessedguy
Like this? http://db.tt/F2n0jqj
Does this SkinInfo also work for you?
(And Chrono, tried with this one?) (btw, I don't understand the second line, the docs ask for language code >< why adding _trandl?)
Well I guess that�s something that only happens for Spanish laguage AFAIK, I think it depends on the country (hispanic countries) for example I have this for my skins:
<OptionInterface>
<InterfaceDir>OptionPanel</InterfaceDir>
<InterfaceFile>OptInterfaces.xml</InterfaceFile>
<WindowIds>
<WindowId Language="en-us">SkinOpt-en-us</WindowId>
<WindowId Language="es-es">SkinOpt-es-es</WindowId>
<WindowId Language="es-es_tradnl">SkinOpt-es-es</WindowId>
</WindowIds>
<AboutIds>
<AboutId Language="en-us">AboutWnd-en-us</AboutId>
<AboutId Language="es-es">AboutWnd-es-es</AboutId>
<AboutId Language="es-es_tradnl">AboutWnd-es-es</AboutId>
</AboutIds>
</OptionInterface>
same applies for about windows as you see.
Some countries use traditional spanish while others don�t (dunno exactly what�s the diference) that�s why you have to specify both of them but still you use the same translation for both of them, in other words you don�t have to make a different option panel for each one.
I hope I can make myself clear.