Our site has a hard coded asp dropdown list for Gender:

<asp:DropDownList ID="ddlGender" runat="server">
  <asp:ListItem Text="Female" Value="F" Selected="true"></
asp:ListItem>
  <asp:ListItem Text="Male" Value="M"></asp:ListItem>
</asp:DropDownList>


Google Translate to Spanish returns 'Hombre' for both options.

-- 
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