[Solved] How to set localization ID to dropdown UI item

I’m playing around with UI at the moment and can’t figure out how to set ID for localization inside the dropdown items array when I change the index.
image

For example, I have in my localization file key “en” with the value “English” so when I add a list of available languages to the dropdown it only fills value fields, ID’s empty, but I need it to show “English” instead of “en”.

image

edit: I do all with code.

Found solution!

Just need to set a new LocalizedString with ID in it inside the for loop.