The plugin is not localized

I would like to change the English in the plugin to Korean. I followed the link below and wrote it, but it’s not working properly.

ko.lproj/IBdialog.strings

/* "Selected Glyphs" */
"VQ3-lY-atJ.title" = "선택된 글립만";

Please let me know what the problem is.

I just tried it (with one of my plugins).

It seems that when the .nib files is loaded, it doesn’t pick up the localisations. I tried a few things and couldn’t get it to work.

What you can do is to add an outlet to all controls that need localisations and set the title in code.