Kodi Community Forum
How to $LOCALIZE[550 ]? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+--- Thread: How to $LOCALIZE[550 ]? (/showthread.php?tid=138495)



How to $LOCALIZE[550 ]? - vanMiez - 2012-08-17

string 550 contains a "%s". How would i replace the "%s" as it obviously stands for string 551 - 571?


RE: How to $LOCALIZE[550 ]? - pieh - 2012-08-17

You can't, we do it internally in xbmc to set label for "sort by" control. You can use $INFO[Control.GetLabel(3)] to get already formatted string.


RE: How to $LOCALIZE[550 ]? - vanMiez - 2012-08-17

hmm... so i have to code this standard button after all? actually i'm trying to get rid off all these hidden side menu buttons... ;-)

thanks


RE: How to $LOCALIZE[550 ]? - Hitcher - 2012-08-17

Just remove them then.


RE: How to $LOCALIZE[550 ]? - pieh - 2012-08-17

I'm confused. You want to get label like "sort by: something" but don't want have control that have label like this?


RE: How to $LOCALIZE[550 ]? - vanMiez - 2012-08-17

not in mymusicnav as a hidden menu. should go in context menu.