Hi,

Is is possible to have a 'user instructions' field depending on the interface langage ?

Thx

R

Comments

rconstantine’s picture

I usually t-ify every bit of text output to the screen using the t() function per the Drupal standard. In other words, you should be able to change any text you want using Drupal's translation features and po files that you create. Are you suggesting that I didn't use the t() function in one or more instances? If so, please give me a line of code so I know what I'm looking for.

Otherwise, check out the Drupal handbooks and make sure you understand the translation mechanisms.

redtrafik’s picture

I didn't mean to accuse you and sorry if you understand it like this.
I will read the translation handbooks.

Thank you for your answer.

R

rconstantine’s picture

Status: Active » Fixed

I didn't think you were 'accusing' me of anything. I just thought maybe you found something I missed in my code. Some modules come with all necessary po files in various languages. I have not had time to even think about that for this or other modules. If you create the necessary files for your language, I'd be happy ton include them in future releases. See some of the big modules like OG, or Views for examples.

Anonymous’s picture

Status: Fixed » Closed (fixed)