GEt customLanguageFilePath @param usePath @return customLanguageFilePath
(final boolean usePath)
| 141 | * @return customLanguageFilePath |
| 142 | */ |
| 143 | public static String customLanguageFilePath(final boolean usePath) |
| 144 | { |
| 145 | return getCustomPath("Languages", usePath); |
| 146 | } |
| 147 | |
| 148 | /** |
| 149 | * Get custom purchase mode path |
no test coverage detected