I don't know how it can remember the selected language but I stumbled
on a bit of code to make the translate bar disapear.

Just add the following style in-line in your master page and the bar
will disapear as well as the balloon popup text.
/* START Remove translate balloon and top bar */
        .goog-te-banner-frame
        {
            display: none !important;
        }
        body
        {
            top: 0px !important;
        }
        .goog-te-balloon-frame
        {
            display: none !important;
        }
        font
        {
            background: transparent !important;
        }
        /* END Remove translate balloon and top bar */

On Nov 23, 12:59 pm, dletz wrote:
> Hi all, I am new to the Google translate. I am trying to implement it
> in my ASP.NET sites. Has anyone else successfully implemented it in
> their .NET sites that use Master pages? I have inserted the code
> snippet in both the master page, and in a few individual content
> pages. and the translation seems to work OK, but i have noticed 2
> things:
>
> 1. When I have the snippet in the master page (and there is only one
> master page), and I choose Spanish, the page converts to Spansih. But
> if I then click a link to another page, that page does not
> automatically convert to spanish. I have seen other sites convert
> automatically. They seem to use only the standard snippet that Google
> requires. Is there somehting else I need to do to make the subsequent
> pages auto-convert to Spanish?
>
> 2. The "bar" that displays at the top of the page partially covers my
> web site banner, what can I do to prevent this?
>
> Thanks for your help!

-- 
You received this message because you are subscribed to the Google Groups 
"General" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-translate-general?hl=en.

Reply via email to