lozitax Posted January 21, 2021 Share Posted January 21, 2021 (edited) Bonjour à tous, J'aimerais, dans la nouvelle version de mon module, ajouter le multi-lingue. J'ai tenter plusieurs chose, mais sans résultat. Est-ce que quelqu'un pourrait me dire ce qu'il faut exactement pour que ça fonctionne (table, paramètre sur le formbuilder, etc...) Merci beaucoup Edited January 21, 2021 by lozitax (see edit history) Link to comment Share on other sites More sharing options...
Alexandre Carette Posted January 21, 2021 Share Posted January 21, 2021 Salut, lang à true dans le field form array( 'type' => 'textarea', 'lang' => true, 'label' => 'Description', 'name' => 'description', 'autoload_rte' => true, 'required' => false, 'cols' => 40, 'rows' => 10, ), cdt Link to comment Share on other sites More sharing options...
lozitax Posted January 22, 2021 Author Share Posted January 22, 2021 @Alexandre Carette Oui j'ai testé ça, mais quand je le met. au lieu de m'afficher par exemple '"mon texte", ça m'affiche "m". Je pense qu'il faut un table module_lang, mais je ne sais pas ce qu'il faut exactement, je crois qu'il faut déclarer this->lang = true, dans la définition du formulaire. Si tu as déjà fait ça, et que tu as un code d'exemple je suis preneur. Merci :) Link to comment Share on other sites More sharing options...
Alexandre Carette Posted January 22, 2021 Share Posted January 22, 2021 Dans ton modèle, il y a les tables de lang ? Link to comment Share on other sites More sharing options...
lozitax Posted January 22, 2021 Author Share Posted January 22, 2021 Alors actuellement dans mon module, j'ai deux table une qui s'appelle container et une content donc non je n'ai pas de table lang. Link to comment Share on other sites More sharing options...
Alexandre Carette Posted January 22, 2021 Share Posted January 22, 2021 Link to comment Share on other sites More sharing options...
lozitax Posted January 22, 2021 Author Share Posted January 22, 2021 et ducoup dans ma table lang, il faut quoi comme champ ? id_lang, mais encore ? Link to comment Share on other sites More sharing options...
Alexandre Carette Posted January 22, 2021 Share Posted January 22, 2021 Quote Alors actuellement dans mon module, j'ai deux table une qui s'appelle container et une content donc non je n'ai pas de table lang. Faut commencer par ca alors, créer une table _lang prend comme modèle category_lang ou product_lang, cdt Link to comment Share on other sites More sharing options...
lozitax Posted January 22, 2021 Author Share Posted January 22, 2021 ok je vais faire ça Link to comment Share on other sites More sharing options...
lozitax Posted January 22, 2021 Author Share Posted January 22, 2021 une fois que ma table est créer, il doit y avoir un code particulier pour sélectionner la langue choisit ? Du genre pour detecter si l'id_lang est 1 ou 2 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