views:

14

answers:

0

Given a list of LCIDs (specifically the list in PowerPoint 2007's object model: http://msdn.microsoft.com/en-us/library/bb230519.aspx), is there any way to determine if a specific locale requires a complex script Font? For example, passing in msoLanguageIDEnglishUS would return false and passing in msoLanguageIDHebrew would return true. I am using .NET 2.0 on Windows.