mobilePick, "canceldone" in other languages
Posted: Sat Dec 15, 2018 3:27 am
hello guys,
Is it possible to localize cancel and done buttons in mobilePick command? It seems English only available for this. I like to add cancel and done buttons in Japanese, Korean, Spanish as well. Any suggestions?? Thanks in advance,
Is it possible to localize cancel and done buttons in mobilePick command? It seems English only available for this. I like to add cancel and done buttons in Japanese, Korean, Spanish as well. Any suggestions?? Thanks in advance,
Code: Select all
on mouseUp
local tDays, tMonths
put "Mon" & return & "Tue" into tDays
put "Jan" & return & "Feb" & return & "Mar" & return & "Apr" into tMonths
mobilePick tDays, 2, tMonths, 3, "canceldone"
end mouseUp