kirubanidhi Posted January 12, 2017 Share Posted January 12, 2017 (edited) I want to translate alias field to tanslations/ en/fields.php file. For example, Inside fields.php file, $_FIELDS['Address_71581233bcc121fcc409ecce9317fbde'] = 'customer ID'; How to translate alias field to fields.php file. Edited January 12, 2017 by kirubanidhi (see edit history) Link to comment Share on other sites More sharing options...
kirubanidhi Posted January 12, 2017 Author Share Posted January 12, 2017 Go to Check Classes/ObjectModel.php Line no: 986, print field name, for example echo md5($field); Above this code is print all database field value. Alias is a field name, Converted Md5 value : 724874d1be77f450a09b305fc1534afb We can apply this md5 value to fields.php $_FIELDS['Address_724874d1be77f450a09b305fc1534afb'] = 'Address Title'; Its worked for me. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now