HI
I use 2 languages: french and english
In custom_strings_inc.php i have localized the name of the fields
according to the langage by writing : $s_test = "......."
I don't know to localize custom fields values.
Thanks
Moderators: Developer, Contributor
if ( lang_get_current() === 'english' ) {
$s_test = 'english.......';
} else {
$s_test = 'other language .......';
}Users browsing this forum: Google [Bot] and 3 guests