5098 Posts in 1518 Topics by 1115 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 328 Views |
-
Custom tranlation little problem

4 March 2011 at 11:57pm Last edited: 5 March 2011 12:05am
Hello SS community!
Having a little problem tranlating custom text placed in Page.ss.
So I have my page in three languages, and I want to make custom placed text change depenting on page language.
I have added in sapphire/lang/ru_RU, en_US, lv_LV following lines:
$lang['ru_RU']['Page.ss']['subtitle'] = 'i'm ru text.';
$lang['en_US']['Page.ss']['subtitle'] = ''i'm en text.';
$lang['lv_LV']['Page.ss']['subtitle'] = ''i'm lv text.';
Then in Page.ss I've added <% _t("subtitle","subtitle") %>, but unfortunetly when I change languages the text is displayed in english all the time. Other thing translation like navigation, $Title works fine.
What I'm doing wrong? Thank you!
---------------------------------------------------------- Added later ---------------------------------------------------
Removed the en_US, changed <% _t("subtitle","subtitle") %> to <% _t("subtitle","i'm en text.") %>, still nothing.
| 328 Views | ||
|
Page:
1
|
Go to Top |

