hello from the great white north
kinda an advanced brginner of drupal, need help, insert roger rabbit "please" here

i created an "user" interface form that is fully translated and functional

like below
english form
field instance:
new/used

field settings:
1. new
2. used

french form
field instance:
nouveau/usage

field settings:
1. nouveau
2. usage

the problem
when i created a view to retrieve above data i get the following, that is, the header is translated but the textual values are not...

english form
new/used
1. new
2. used

french form
nouveau/usage
1. new
2. used

any help would be appreciated, kinda of stumped and would love to see this one in my rear view
thanks in advance

Comments

ar-jan’s picture

Can you tell more about how you built this and what you're trying to do? It's a bit hard to see.

I.e. is this a content type? What kind of field? What parts are field label, which content? Which translation modules are you using?

lasource’s picture

first of all..thank you..really appreciate your time

i created a select list user interface whereby the user chooses from drop down ...it is translated, works fine in both french and english for the entry ....i cannot get that drop down menu to translate in a view...i can send snapshots of my issue but cant figure how to attach in this environment...i have entity translation, L10n, i18n...

example:

english interface
add content-sell
label:condition
drop down select list: new
used user would choose

french interface
add content-vendre
label:condition
drop down select list: nouveau
usage

that part works, no issues

part 2.
when i create a view using the above as a content filter

the drop down select list remains english in french mode....i would like to have that drop down box in french

so that new & used are nouveau/usage within the select list of drop down box

i know i am probably not very clear
this is my email i can send jpegs of my screen shots
outerbanx13@yahoo.com

again thank you for your time
hope to hear from you
ron

ar-jan’s picture

So if I understand correctly you created a content type with an entity-translation enabled "select list" field, but when used in a views exposed filter, the values of the field are not translated.

I'm not sure if if this works differently in views exposed filters, but for regular entity-translated views content the solution is to add a relationship "Entity translation: translations" and then add a filter "Entity translation: Language (= Current user's language)'".

lasource’s picture

sorry for the delay, out of town for some work stuff....
below is what i did, and i still get the content within the dropdown only english

is there anyway i cn upload a screen shot within this forum?...probably easier for you to understand and provide guidance...

thanks again

Filter criteria

Content: Published (Yes).

Content: tctt text list field:language (exposed).

Relationships

Content: Entity translation: translations.