There is already support for localization in skinning. But there is no documentation about the translation keys.
here are the text keys for the rangeChoice: "af_selectRangeChoiceBar.PREVIOUS_TIP"; "af_selectRangeChoiceBar.NEXT_TIP"; "af_selectRangeChoiceBar.PREV_DISABLED_TIP"; "af_selectRangeChoiceBar.NEXT_DISABLED_TIP"; "af_selectRangeChoiceBar.CHOICE_TIP"; "af_selectRangeChoiceBar.CHOICE_FORMAT_NO_TOTAL"; "af_selectRangeChoiceBar.CHOICE_FORMAT_TOTAL"; "af_selectRangeChoiceBar.PREVIOUS_OPTION"; "af_selectRangeChoiceBar.MORE_OPTION"; "af_selectRangeChoiceBar.SHOW_ALL"; the look here on how to use them: http://myfaces.apache.org/trinidad/devguide/skinning.html#Skinning_Text you can find the text skinning keys for a component in its renderer, on the bottom of the file you'll find some private static final Strings like: static private final String _PREVIOUS_DESC_KEY = "af_selectRangeChoiceBar.PREVIOUS_TIP"; hope it helps! cheers, On Thu, Mar 20, 2008 at 3:46 PM, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > Hi > > We are about to update the translations. Oracle donated new for > several languages. > > Paperworks is already faxed to apache > > Sent from my iPod. > > Am 20.03.2008 um 08:09 schrieb "G.Cholakov" <[EMAIL PROTECTED]>: > > > > > Hi guys, > > > > Does someone know is there a way to localize the Trinidad's tr:table > > page > > navigation links - by default they are Next and Previous, same for the > > contents of the combo between them? > > > > Same situation for tr:messages, which title shows Error or > > Information, I > > want to put my strings instead the default. > > > > Thanks > > -- > > View this message in context: > http://www.nabble.com/Trinidad%27s-components-localization-tp16173245p16173245.html > > Sent from the MyFaces - Users mailing list archive at Nabble.com. > > > -- Cristi Toth ------------- Codebeat www.codebeat.ro

