Howdie!
madan_84 wrote:
> I have developed a simple application which adds a menu item to the
> adminContextMenu for the US-English locale. The menu item has been added
> to the user-display object.
>
> However I would like to know how can I add the menu item for all
> supported locales on a server machine. (CN=401, 402, 40C …… etc.,).
> Currently, I have a VBScript which does this … So, please let me know if
> anything could be done on VBScript to get all the decimal values for the
> locale as an array, so that probably I can iterate over it to add the
> menu item to all locales ...
I would probably change the VBScript in a way so that it does a LDAP
filter search for 4xx-containers in
CN=DisplaySpecifiers,DC=Configuration,DC=domain,DC =tld in the domain and
for every one I found, I'd alter the attribute accordingly.
Honestly, is that really needed? Will you need to support all languages
supported by the system? I'd focus on the languages that are needed (and
you now to be used!) and alter them.
Cheers,
Florian
|