cancel
Showing results for 
Search instead for 
Did you mean: 

Impex not working programatically

Former Member
0 Kudos

I am trying to localize the footer links names in Japanese. I have two files called cms-responsive-content_en.impex and cms-responsive-content_ja.impex. I can see only contents from cms-responsive-content_en.impex file. Japanese names are not visible. If I run cms-responsive-content_ja.impex from hac I can see the Japanese names. cms-responsive-content_ja.impex file is added by me.

rohit31_raj92
Active Participant
0 Kudos

Hi

Ideally your cms-responsive-content_ja.impex should be imported on system init/update as impex with all locales are imported like en, de, fr etc. defined in your essential data impex

If your impex is not getting imported do check the console if this impex broke due to any issue so if its breaking then fix the issue.( there are chances where we have issue in impex to have Insert_update header where components were already inserted and now we only need to import content in Japanese language.thus please confirm if this getting broke or not?

The other way is you can hook your impex in the import service classes or in InitialDataSystemSetup.java of your project in appropriate method, and after next system update(ant all & server up) you should see your impex being imported.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

You need to add your respective impex file in InitialDataSystemSetup.java and run update for the changes to get reflected ,let me know if issue persist