Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following table shows methods of the com.ms.wfc.app.Locale class that have been deprecated and the new methods that should be used instead. Use these methods when upgrading from Visual J++ to Visual J#, or when writing new applications using this class.
Deprecated method | Replacement method |
---|---|
com.ms.wfc.app.Locale.getCountryCode |
com.ms.wfc.app.Locale.getCountryRegionCode |
com.ms.wfc.app.Locale.getCountry |
com.ms.wfc.app.Locale.getCountryRegion |
com.ms.wfc.app.Locale.getAbbrevCountry |
com.ms.wfc.app.Locale.getAbbrevCountryRegion |
com.ms.wfc.app.Locale.getNativeCountry |
com.ms.wfc.app.Locale.getNativeCountryRegion |
com.ms.wfc.app.Locale.getDefaultCountry |
com.ms.wfc.app.Locale.getDefaultCountryRegion |
com.ms.wfc.app.Locale.getEnglishCountry |
com.ms.wfc.app.Locale.getEnglishCountryRegion |
com.ms.wfc.app.Locale.getISO3116CountryName |
com.ms.wfc.app.Locale.getISO3116CountryRegionName |
The newly introduced methods have the same signatures as the deprecated methods they replace and offer similar functionality.