Returns the u64 from [[Content_Manager_services#IContentStorage]] cmd23.
Returns the u64 from [[Content_Manager_services#IContentStorage]] cmd23.
+
+
== GetApplicationDesiredLanguage ==
+
Takes an input u8 language-bitmask, returns an output u8 [[control.nacp]] langentry index.
+
+
User-processes generate the language-bitmask with the following for all 16 lang-entries: <code>if(<either string in langentry[i] is non-empty>)bitmask |= 1<<i</code>