How to use localization for string from datatable?

I’m trying to add multiple language options for a visual novel game. The frame work is to fetch each dialogue line as a string from data table and in the struct. the dialogue text row is a string type. When I try to use localization dashboard it does not fetch any of this. My goal is to make a press button to switch between 2 languages during runtime feature.

How can I make it work?