Hello everyone,
I made the winform application, now for that i want to make for multilanguage. Like Gujati (Shruti font) or any other like hindi language.
I have used
System.Globalization.CultureInfo hindi = new System.Globalization.CultureInfo("hi");
InputLanguage.CurrentInputLanguage = InputLanguage.FromCulture(hindi);
this code.
But for this I have to install this language for google font.
But Now I dont want use Installed Language.And I want to put perticular Language by installing directly in my Application so user can use directly those Languages.
Means I dont want to use third party language.
So if you have any idea about this then Please help me for that.
Thanks in advance.