Question : How does Java handle language translations?

I am curious about how Java developers get translated strings into their Java projects.  Also, what file(s) need to be changed and in what specific way, in order for a localization change to be completed?

Thanks,
newbieweb

Answer : How does Java handle language translations?

once you pass those parameters as variables to SQL then you can do something like this:

1:
2:
3:
4:
5:
select ... from yourtable
where 	(@year is null or [year] = @year) and
	(@Model is null or Model = @model) and
	(@make is null or make = @make) and
	.... and so on ....
Random Solutions  
 
programming4us programming4us