Hello, I wish someone could help me with this... i´ve been trying to figure out for some days now but have not come up with a solution. I am building an application (which is intended to be used in spanish speaking countries) that has the globalite plugin installed for translation reasons. It has worked well with dates and formats but I have not come up with a way to translate file upload buttons that show up the message: "Choose File" and "No file selected" (Using "file_upload" plugin) has anyone come up with a solution or encountered a similar problem?? Thanks in advance. Gustavo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 23 Jul 2008, at 17:02, gus wrote:> I wish someone could help me with this... i´ve been trying to figure > out for some days now but have not come up with a solution. > > I am building an application (which is intended to be used in spanish > speaking countries) that has the globalite plugin installed for > translation reasons. It has worked well with dates and formats but I > have not come up with a way to translate file upload buttons that show > up the message: "Choose File" and "No file selected" (Using > "file_upload" plugin) has anyone come up with a solution or > encountered a similar problem?? Thanks in advance.You can''t, they are browser specific and use the browser''s language. If the browser is localized, it will show a localized string. Your web app can''t control it. Best regards Peter De Berdt --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Just changed the browser language and everything worked ok. Thanks a lot. Best regards, Gus --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---