kohsuke / com4j

Type-safe Java/COM binding
http://com4j.kohsuke.org/
BSD 2-Clause "Simplified" License
146 stars 78 forks source link

Add option for defaulting LCID paramerters #71

Open tonyroberts opened 6 years ago

tonyroberts commented 6 years ago

It's common for COM methods to take the locale id as the last parameter, but in most cases it can be defaulted to 1033 (US).