
org.cryptomator.windows.common.Localization Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of integrations-win Show documentation
Show all versions of integrations-win Show documentation
Provides optional Windows services used by Cryptomator
The newest version!
package org.cryptomator.windows.common;
import java.util.ResourceBundle;
public enum Localization {
INSTANCE;
private final ResourceBundle resourceBundle = ResourceBundle.getBundle("WinIntegrationsBundle");
public static ResourceBundle get() {
return INSTANCE.resourceBundle;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy