HI
This is Prashant here, I am using PB 12.5.2 and Windows 64. I setup 2 input Languages
1 English (United States), Keyboard = US
2 Marathi (India), Keyboard = Micrsoft Indic Language Tool
I toogle the language Input Using Left Alt + Shift. Before Running My application I select Marathi as Input language but I am facing problem it automatically goes to English. I notice Whenever I encounter input fields like Picturebutton, Dropdown list box, sle it gets change to English. I used Mukta Which is Unicode font
Datawindow does support but when it comes to windows Control
type ddlb_list from dropdownlistbox within criteria
boolean visible = false
integer x = 1074
integer y = 36
integer width = 1102
integer height = 716
integer taborder = 50
integer textsize = -10
integer weight = 400
fontcharset fontcharset = ansi!
fontpitch fontpitch = variable!
fontfamily fontfamily = swiss!
string facename = "Mukta"
long textcolor = 33554432
boolean sorted = false
boolean vscrollbar = true
borderstyle borderstyle = stylelowered!
end type
Which charset I need to use, My Database Drive is MySQL ODBC 5.3 UNICODE Driver Data can be seen in Unicode not a probelm but in controls it get automatically changed to English Language.
I create a window with only one ddlb set the proper font and before opening the window i changed language to Marathi Movement it open window it automatically changed to English.