How to Change Current Language for non-unicode Programs (System Locale) to Japanese using SCCM unattend.xml
Hi All,
I have tried to change the Non-Unicode Programs language to Japanese via Unattend.xml file from SCCM Imaging Task Sequence. But not changed Non-Unicode Programs still in English. I have attached the Screen shot for current settings.
My XML Code :
<SetupUILanguage>
<UILanguage>ja-JP</UILanguage>
</SetupUILanguage>
<InputLocale>0411:00000411</InputLocale>
<SystemLocale>ja-JP</SystemLocale>
<UILanguage>ja-JP</UILanguage>
<UserLocale>ja-JP</UserLocale>
Any thing miss in this Code. Please help on this to fix.