Is there anyway to set the registry based on the system locale? For example I am creating the below registry entry irrespective of system locale, and I want to create this entry only when system OS is in Arabic and Hebrew languages. Please suggest.
<Component Id="HelpViewer_Browser_Emulation" Guid="*">
<RegistryValue Root="HKLM" Id="HelpViewer_Browser_Emulation" Key="SOFTWARE\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_BROWSER_EMULATION"KeyPath="yes" Type="integer" Value="10001" Name="myapp.exe"/></Component>