s.sabel@pc-soft.info
-
5/31/2007 9:19:29 AM
How to manage languages with static webparts or breadcrumbs?
How to manage different languages for static webparts or for this example the breadcrumbs?
This is what i do:
Content before [Breadcrumbs]
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="15"> <tr> <td> <img border="0" src="/app_themes/weda/images/15x15.gif" width="15" height="15"></td> </tr> </table>
<img border="0" src="/app_themes/weda/images/symbol_pfeil_kreis.gif" width="12" height="12"> Sie befinden sich hier: <font class="Brot">
then the [Breadcrumbs]
Content after [Breadcrumbs] </font> <table border="0" width="100%" cellspacing="0" cellpadding="0" height="33"> <tr> <td> <img border="0" src="/app_themes/weda/images/15x15.gif" width="15" height="15"></td> </tr> </table>
The "Sie befinden sich hier: " in the content before must change with switching to the different languages.
Is it possible with the standard webparts or must i programm an new webpart?
|