Hi All,
I have a form where in the country field I am getting the prefix before country name(for ex: IN-India).
Its coming from the /apps/xxx/i18n dictionary,.
My requirement is I don't want that prefix(for ex" India), so I created a new dictionary that is /apps/yyy/i18n.
the issue is this new dictionary 'yyy' isnt overwriting the 'xxx' dictionary,
Actually, new dictionary ''yyy' override earlier but it's not overwriting now.
Can anyone help me .