+ Reply to Thread
Results 1 to 5 of 5

Thread: How get translated value of multi language textarea field?

  1. #1

    How get translated value of multi language textarea field?

    I have multi language textarea account registration field. (key - di_description)

    Tried to get in .tpl like this - {$account.di_description}, but getted string for all languages - {|En|}Text For English{|/En|}{|Fr|}Text For Francis{|/Fr|} ....

    Please help, How get translated value only for selected language?

  2. #2
    Which tpl file you mean? It should be something like
    Code:
    Only registered members can view the code.
    or
    Code:
    Only registered members can view the code.

  3. #3
    Quote Originally Posted by Bahram Soltanirad View Post
    Which tpl file you mean?
    Blocks .tpl that included in account_type.tpl

    For {$account.di_description.en} it shown just "{"

  4. #4
    Hello Guys,

    In the php reefless.class.php file exist method: parseMultilingual
    you need to use it in php like:
    PHP Code:
    Only registered members can view the code
    Viktor,
    Flynax technical department,
    Best wishes.

  5. #5
    oh thank you very much you made my day

+ Reply to Thread