Hello Everybody,
I am doing a PowerShell Script to add User Profile Properties.. into an User Profile Service Application!
Everything was good until I was struck with the Canada Dual Language Problem (english/french).. I need to change the Display Name based on LCID. Now, why I also said c# it’s because I am using this class http://msdn.microsoft.com/en-us/library/Microsoft.Office.Server.UserProfiles.Property_properties.aspx .
Now, I don’t see any methods in there to help me add Display Languages. For reference, I am using a modified version of this script http://gallery.technet.microsoft.com/office/SP2010-PowerShell-to-0fda04f7 (Modified it to make it use an XML inpuit)
Thanks!